#include <OgreOofModelFile.h>
Public Attributes | |
Material | material |
The actual material used. More... | |
bool | useSharedVertices |
If true, the faces for this material use shared vertex data. More... | |
GeometryData | materialGeometry |
This structure contains the dedicated geometry data for the faces using this material, if shared vertex data is not used. More... | |
unsigned short | numFaces |
The number of faces using this material. More... | |
unsigned short * | pIndexes |
Pointer to a list of indices into the vertex data which form the faces using this material. More... |
|
The actual material used.
|
|
This structure contains the dedicated geometry data for the faces using this material, if shared vertex data is not used.
|
|
The number of faces using this material.
|
|
Pointer to a list of indices into the vertex data which form the faces using this material.
|
|
If true, the faces for this material use shared vertex data. Otherwise, vertex data sed only by this material is contained in the GeometryData inside this structure. |
Copyright © 2002 by The OGRE Team