#include <mesh.h>
Public Member Functions | |
| PrimitiveGroup () | |
| ~PrimitiveGroup () | |
Public Attributes | |
| uint32 * | indices |
| uint32 | materialIndex |
| uint32 | nIndices |
| PrimitiveGroupType | prim |
|
|
Definition at line 161 of file mesh.cpp. 00162 {
00163 }
|
|
|
Definition at line 166 of file mesh.cpp. 00167 {
00168 // TODO: probably should free index list; need to sort out
00169 // ownership issues.
00170 }
|
|
|
Definition at line 148 of file mesh.h. Referenced by Mesh::addGroup(), generateNormals(), generateTangents(), and Mesh::remapIndices(). |
|
|
Definition at line 147 of file mesh.h. Referenced by Mesh::addGroup(), and Model::OpacityComparator::getOpacity(). |
|
|
Definition at line 149 of file mesh.h. Referenced by Mesh::addGroup(), generateNormals(), generateTangents(), and main(). |
|
|
Definition at line 146 of file mesh.h. Referenced by Mesh::addGroup(), generateNormals(), and generateTangents(). |
1.4.1