More work on SceneGraphLoader

Renamed SceneGraph to Scene
Added new class SceneGraph to handle scenegraph related tasks
This commit is contained in:
Alexander Bock
2015-04-09 21:43:13 +02:00
parent 5a2c1b8c73
commit 79f3052887
25 changed files with 352 additions and 70 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
#ifndef __CONTROLLER_H__
#define __CONTROLLER_H__
#include <openspace/scenegraph/scenegraphnode.h>
#include <openspace/scene/scenegraphnode.h>
#include <ghoul/glm.h>
#include <glm/gtx/vector_angle.hpp>