Work on Qt version of example.

This commit is contained in:
David Williams
2009-03-28 09:36:09 +00:00
parent ee5e33612c
commit 00f19e05a4
2 changed files with 46 additions and 42 deletions

View File

@ -37,7 +37,7 @@ class OpenGLWidget : public QGLWidget
private:
bool g_bUseOpenGLVertexBufferObjects;
bool m_bUseOpenGLVertexBufferObjects;
//Creates a volume 128x128x128
PolyVox::Volume<PolyVox::uint8>* m_volData;