List of all members.
Public Member Functions |
|
virtual const RTTI & | getType () const |
|
| MeshRenderer (BasicShapeEnum shape) |
|
virtual void | render () const |
|
void | setMaterial (Material *) |
|
Material * | getMaterial () |
|
void | setMesh (TR3D::TriMesh *Mesh) |
|
TR3D::TriMesh * | getMesh () |
|
bool | castShadow () const |
|
bool | receiveShadow () const |
|
void | setCastShadow (bool cast) |
|
void | setReceiveShadow (bool receive) |
Static Public Attributes |
|
static const RTTI | TYPE |
Protected Attributes |
|
int | nbOfVertices |
|
Vec3f * | vertices |
|
Vec3f * | normals |
|
TR3D::TriMesh * | mesh |
|
bool | _castShadow |
|
bool | _receiveShadow |
Friends |
|
class | boost::serialization::access |
The documentation for this class was generated from the following files: