Work on refactoring voxel types.

Expanded surface extractor test.
This commit is contained in:
unknown
2012-02-20 10:16:26 +01:00
parent ee17f72753
commit a20db7d7cf
10 changed files with 119 additions and 43 deletions

View File

@ -98,6 +98,7 @@ namespace PolyVox
{
public:
typedef uint8_t DensityType;
typedef uint8_t MaterialType;
static const bool HasDensity = true;
static const bool HasMaterial = false;
static bool hasDensity() { return true; }