Started splitting example framework into to two classes. One will be general purpose (for use in Cubiquity, etc), and the other will have PolyVox specific stuff.

This commit is contained in:
David Williams
2015-02-20 16:20:09 +01:00
parent 9c93c5fc36
commit 838407ba4f
12 changed files with 64 additions and 15 deletions

View File

@ -30,6 +30,7 @@ SET(SRC_FILES
#OpenGLSupport.cpp
#OpenGLVertexBufferObjectSupport.cpp
../common/OpenGLWidget.cpp
../common/PolyVoxExample.cpp
Shapes.cpp
)
@ -39,6 +40,7 @@ SET(INC_FILES
#OpenGLSupport.h
#OpenGLVertexBufferObjectSupport.h
../common/OpenGLWidget.h
../common/PolyVoxExample.h
Shapes.h
)