|
Planeshift
|
Represents a polygon mesh suitable for use in building a navigation mesh. More...
#include <Recast.h>
Public Attributes | |
| unsigned char * | areas |
| The area id assigned to each polygon. [Length: maxpolys]. More... | |
| float | bmax [3] |
| The maximum bounds in world space. [(x, y, z)]. More... | |
| float | bmin [3] |
| The minimum bounds in world space. [(x, y, z)]. More... | |
| int | borderSize |
| The AABB border size used to generate the source data from which the mesh was derived. More... | |
| float | ch |
| The height of each cell. (The minimum increment along the y-axis.) More... | |
| float | cs |
| The size of each cell. (On the xz-plane.) More... | |
| unsigned short * | flags |
| The user defined flags for each polygon. [Length: maxpolys]. More... | |
| int | maxpolys |
| The number of allocated polygons. More... | |
| int | npolys |
| The number of polygons. More... | |
| int | nverts |
| The number of vertices. More... | |
| int | nvp |
| The maximum number of vertices per polygon. More... | |
| unsigned short * | polys |
| Polygon and neighbor data. [Length: maxpolys * 2 * nvp]. More... | |
| unsigned short * | regs |
| The region id assigned to each polygon. [Length: maxpolys]. More... | |
| unsigned short * | verts |
| The mesh vertices. [Form: (x, y, z) * nverts]. More... | |
Represents a polygon mesh suitable for use in building a navigation mesh.
| unsigned char* rcPolyMesh::areas |
| float rcPolyMesh::bmax[3] |
| float rcPolyMesh::bmin[3] |
| int rcPolyMesh::borderSize |
| float rcPolyMesh::ch |
| float rcPolyMesh::cs |
| unsigned short* rcPolyMesh::flags |
| int rcPolyMesh::nvp |
| unsigned short* rcPolyMesh::polys |
| unsigned short* rcPolyMesh::regs |
| unsigned short* rcPolyMesh::verts |