More cleanup

This commit is contained in:
Alexander Bock
2014-05-04 13:57:06 +02:00
parent cb6298b615
commit 2bf71ad9b6
11 changed files with 362 additions and 309 deletions
+4 -2
View File
@@ -27,6 +27,7 @@
#include <openspace/scenegraph/scenegraph.h>
#include <memory>
#include <string>
namespace openspace {
@@ -40,7 +41,8 @@ public:
bool initialize();
SceneGraph* sceneGraph();
void setSceneGraph(std::shared_ptr<SceneGraph> sceneGraph);
std::shared_ptr<SceneGraph> sceneGraph();
// sgct wrapped functions
bool initializeGL();
@@ -54,7 +56,7 @@ public:
private:
Camera* _mainCamera;
SceneGraph* _sceneGraph;
std::shared_ptr<SceneGraph> _sceneGraph;
};
} // namespace openspace