Small changes for the purpose of profiling.

This commit is contained in:
David Williams
2009-04-29 22:07:50 +00:00
parent 362bf9283a
commit 6da15633e6
5 changed files with 21 additions and 26 deletions

View File

@ -16,8 +16,6 @@
#include "Shapes.h"
const PolyVox::uint16_t g_uVolumeSideLength = 128;
//const PolyVox::uint16_t g_uRegionSideLength = 16;
//const PolyVox::uint16_t g_uVolumeSideLengthInRegions = g_uVolumeSideLength / g_uRegionSideLength;
class OpenGLWidget : public QGLWidget
{