#include <mrm_mesh.h>
Data Fields | |
| std::vector< CFace > | Faces |
| This is the face list for this LOD. | |
| std::vector< CMRMWedgeGeom > | Geomorphs |
| List of geomorphs. | |
| sint | NWedges |
| this tells how many wedges in the Wedges array this lod requires. this is usefull for partial loading. | |
|
|
This is the face list for this LOD.
Definition at line 266 of file mrm_mesh.h. Referenced by NL3D::CMRMBuilder::buildFinalMRM(), and NL3D::CMRMBuilder::buildMeshBuildMrm(). |
|
|
List of geomorphs.
Definition at line 268 of file mrm_mesh.h. Referenced by NL3D::CMRMBuilder::buildFinalMRM(), and NL3D::CMRMBuilder::buildMeshBuildMrm(). |
|
|
this tells how many wedges in the Wedges array this lod requires. this is usefull for partial loading.
Definition at line 264 of file mrm_mesh.h. Referenced by NL3D::CMRMBuilder::buildMeshBuildMrm(). |
1.3.6