Added decimated mesh support to new surface extractor. Integrated with Thermite.

This commit is contained in:
David Williams
2009-05-20 22:56:25 +00:00
parent c1737416a6
commit 3acd9e5553
4 changed files with 554 additions and 21 deletions

View File

@ -38,6 +38,7 @@ namespace PolyVox
class IndexedSurfacePatch;
class Region;
class SurfaceVertex;
class SurfaceExtractor;
//---------- Vector ----------
template <uint32_t Size, typename Type> class Vector;