mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 11:39:49 -06:00
Created classes for PlanetGeometry
Added SimpleSphereGeometry Created infrastructure for added other geometries
This commit is contained in:
@@ -29,9 +29,6 @@
|
||||
#include <ghoul/misc/templatefactory.h>
|
||||
#include <ghoul/logging/logmanager.h>
|
||||
|
||||
#include <openspace/scenegraph/ephemeris.h>
|
||||
#include <openspace/rendering/renderable.h>
|
||||
|
||||
namespace openspace {
|
||||
|
||||
class FactoryManager {
|
||||
@@ -54,7 +51,7 @@ public:
|
||||
void addFactory(ghoul::TemplateFactoryBase* factory);
|
||||
|
||||
template <class T>
|
||||
ghoul::TemplateFactory<T>* factory();
|
||||
ghoul::TemplateFactory<T>* factory() const;
|
||||
|
||||
private:
|
||||
FactoryManager();
|
||||
|
||||
Reference in New Issue
Block a user