Initial new SceneGraph structure

- Has support for SceneGraph loading using lua and ghoul dictionary
- SceneGraphNode can be initialized using ghoul::Dictionary
- Todo: PositionInformation classes
- Todo: TemplateFactory singleton
This commit is contained in:
Jonas Strandstedt
2014-03-04 16:40:22 -05:00
parent 87ae4639c7
commit de8be04754
15 changed files with 412 additions and 171 deletions

View File

@@ -8,10 +8,6 @@ Renderable::Renderable() {
}
Renderable::Renderable(const pss &boundingSphere) {
boundingSphere_ = boundingSphere;
}
Renderable::~Renderable() {
}