This commit is contained in:
Elon
2019-05-08 10:48:33 -06:00
parent fee36349e8
commit 10e9991820
31 changed files with 6254 additions and 174 deletions
+6 -2
View File
@@ -32,12 +32,12 @@
#include <modules/space/rendering/renderableplanet.h>
#include <modules/space/rendering/renderablerings.h>
#include <modules/space/rendering/renderablestars.h>
#include <modules/space/rendering/simplespheregeometry.h>s
#include <modules/space/rendering/elonstest.h>
#include <modules/space/rendering/simplespheregeometry.h>
#include <modules/space/translation/keplertranslation.h>
#include <modules/space/translation/spicetranslation.h>
#include <modules/space/translation/tletranslation.h>
#include <modules/space/translation/horizonstranslation.h>
#include <modules/space/tasks/generatedebrisvolumetask.h>
#include <modules/space/rotation/spicerotation.h>
#include <openspace/documentation/documentation.h>
#include <openspace/rendering/renderable.h>
@@ -96,6 +96,10 @@ void SpaceModule::internalInitialize(const ghoul::Dictionary&) {
fTranslation->registerClass<TLETranslation>("TLETranslation");
fTranslation->registerClass<HorizonsTranslation>("HorizonsTranslation");
auto fTasks = FactoryManager::ref().factory<Task>();
ghoul_assert(fTask, "No task factory existed");
fTasks->registerClass<volume::GenerateDebrisVolumeTask>("GenerateDebrisVolumeTask");
auto fRotation = FactoryManager::ref().factory<Rotation>();
ghoul_assert(fRotation, "Rotation factory was not created");