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 -4
View File
@@ -58,7 +58,10 @@ public:
/*
* Load the scenegraph from the provided folder
*/
bool loadFromModulePath(const std::string& path);
bool loadScene(const std::string& sceneDescriptionFilePath,
const std::string& defaultModulePath);
void loadModule(const std::string& modulePath);
/*
* Updates all SceneGraphNodes relative positions
@@ -86,9 +89,6 @@ public:
SceneGraphNode* root() const;
private:
void loadModulesFromModulePath(const std::string& modulePath);
std::string _focus, _position;
// actual scenegraph