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