Classes | Namespaces | Typedefs

PolyVoxCore/include/PolyVoxCore/Material.h File Reference

#include "PolyVoxImpl/TypeDef.h"
#include <cassert>
Include dependency graph for Material.h:

Go to the source code of this file.

Classes

class  PolyVox::Material< MaterialType >
 This class represents a voxel storing only a material. More...

Namespaces

namespace  PolyVox
 

Main namespace.


Typedefs

typedef Material< uint8_t > PolyVox::Material8
typedef Material< uint16_t > PolyVox::Material16
typedef Material< uint32_t > PolyVox::Material32