Initial version of cubic surface extractor.

This commit is contained in:
David Williams
2010-08-29 21:43:37 +00:00
parent 1123999d93
commit 43a1d0efa0
4 changed files with 197 additions and 0 deletions

View File

@ -82,6 +82,7 @@ namespace PolyVox
class SurfaceMesh;
class Region;
class SurfaceVertex;
template <typename VoxelType> class CubicSurfaceExtractor;
template <typename VoxelType> class SurfaceExtractor;
//---------- Vector ----------