Added Material8 and Density8 classes, and Thermite now uses the Material8 one.
This commit is contained in:
@ -74,6 +74,10 @@ namespace PolyVox
|
||||
class MeshVertex;
|
||||
//---------------------------------
|
||||
|
||||
template <typename Type> class Density;
|
||||
typedef Density<uint8_t> Density8;
|
||||
template <typename Type> class Material;
|
||||
typedef Material<uint8_t> Material8;
|
||||
template <typename Type, uint8_t NoOfMaterialBits, uint8_t NoOfDensityBits> class MaterialDensityPair;
|
||||
typedef MaterialDensityPair<uint8_t, 4, 4> MaterialDensityPair44;
|
||||
|
||||
|
Reference in New Issue
Block a user