Added support for placing camera att arbitrary position

- Pointing to openspace-data commit that reflects postition changes
- Fix camera to have correct rotation on startup
This commit is contained in:
Jonas Strandstedt
2014-12-02 11:06:15 +01:00
parent 531bf86ddd
commit 8196645284
3 changed files with 55 additions and 24 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ public:
private:
bool loadSceneInternal(const std::string& sceneDescriptionFilePath);
std::string _focus, _position;
std::string _focus;
// actual scenegraph
SceneGraphNode* _root;