This commit is contained in:
David Williams 2014-05-23 14:37:35 +02:00
parent 4cec89de38
commit da8f294847

View File

@ -52,6 +52,7 @@ public:
// Convert a SurfaceMesh to OpenGL index/vertex buffers
void setSurfaceMeshToRender(const PolyVox::SurfaceMesh<PolyVox::CubicVertex<uint8_t> >& surfaceMesh);
// The viewable region can be adjusted so that this example framework can be use for different volume sizes.
void setViewableRegion(PolyVox::Region viewableRegion);
protected: