Planeshift
|
#include <DetourTileCacheBuilder.h>
Public Attributes | |
unsigned char * | areas |
Area ID of polygons. | |
unsigned short * | flags |
Per polygon flags. | |
int | npolys |
Number of polygons. | |
int | nverts |
Number of vertices. | |
int | nvp |
unsigned short * | polys |
Polygons of the mesh, nvp*2 elements per polygon. | |
unsigned short * | verts |
Vertices of the mesh, 3 elements per vertex. |
Definition at line 67 of file DetourTileCacheBuilder.h.
Area ID of polygons.
Definition at line 75 of file DetourTileCacheBuilder.h.
Per polygon flags.
Definition at line 74 of file DetourTileCacheBuilder.h.
Number of polygons.
Definition at line 71 of file DetourTileCacheBuilder.h.
Number of vertices.
Definition at line 70 of file DetourTileCacheBuilder.h.
Definition at line 69 of file DetourTileCacheBuilder.h.
Polygons of the mesh, nvp*2 elements per polygon.
Definition at line 73 of file DetourTileCacheBuilder.h.
Vertices of the mesh, 3 elements per vertex.
Definition at line 72 of file DetourTileCacheBuilder.h.