Work on refactoring voxel types.
Expanded surface extractor test.
This commit is contained in:
@ -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; }
|
||||
|
Reference in New Issue
Block a user