mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-27 22:40:41 -05:00
+
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user