Atoms Crowd
7.0.0
|
#include <Recast.h>
Public Attributes | |
unsigned int * | meshes |
The sub-mesh data. [Size: 4*nmeshes]. | |
float * | verts |
The mesh vertices. [Size: 3*nverts]. | |
unsigned char * | tris |
The mesh triangles. [Size: 4*ntris]. | |
int | nmeshes |
The number of sub-meshes defined by meshes. | |
int | nverts |
The number of vertices in verts. | |
int | ntris |
The number of triangles in tris. | |
Contains triangle meshes that represent detailed height data associated with the polygons in its associated polygon mesh object.