|
Recast Navigation
1.0.35
|
#include <DetourTileCacheBuilder.h>
Public Attributes | |
| int | nvp |
| int | nverts |
| Number of vertices. More... | |
| int | npolys |
| Number of polygons. More... | |
| unsigned short * | verts |
| Vertices of the mesh, 3 elements per vertex. More... | |
| unsigned short * | polys |
| Polygons of the mesh, nvp*2 elements per polygon. More... | |
| navAreaMask * | areaMasks |
| Per polygon flags. More... | |
| navAreaMask* dtTileCachePolyMesh::areaMasks |
Per polygon flags.
| int dtTileCachePolyMesh::npolys |
Number of polygons.
| int dtTileCachePolyMesh::nverts |
Number of vertices.
| int dtTileCachePolyMesh::nvp |
| unsigned short* dtTileCachePolyMesh::polys |
Polygons of the mesh, nvp*2 elements per polygon.
| unsigned short* dtTileCachePolyMesh::verts |
Vertices of the mesh, 3 elements per vertex.