Refactoring the volume unit test code, trying to get some performance benchmarks. Unit tests are currently not passing.

This commit is contained in:
David Williams
2012-12-11 21:57:30 +00:00
parent dac0e5449f
commit d8da6a7b7f
4 changed files with 196 additions and 22 deletions

View File

@ -127,6 +127,11 @@ namespace PolyVox
////////////////////////////////////////////////////////////////////////////////
class Region;
////////////////////////////////////////////////////////////////////////////////
// SimpleVolume
////////////////////////////////////////////////////////////////////////////////
template <typename VoxelType> class SimpleVolume;
////////////////////////////////////////////////////////////////////////////////
// MarchingCubesSurfaceExtractor
////////////////////////////////////////////////////////////////////////////////