Further work in testing OctTree

This commit is contained in:
verysecrethero
2015-12-09 13:29:15 +01:00
parent 1d0810db10
commit ed5cd392ab
4 changed files with 60 additions and 123 deletions
+3
View File
@@ -30,6 +30,9 @@ private:
GUI::Frame* m_FrameStack;
HardcodedTestWorld* m_World;
RenderQueueFactory* m_RenderQueueFactory;
int frameCounter = 0;
glm::vec3 minPos = glm::vec3(-0.2f, 0.2f, 0.3f);
};
#endif