| areas |
unsigned char * |
Area ID of polygons. |
DetourTileCache/DetourTileCacheBuilder.h |
|
| flags |
unsigned short * |
Per polygon flags. |
DetourTileCache/DetourTileCacheBuilder.h |
|
| npolys |
int |
Number of polygons. |
DetourTileCache/DetourTileCacheBuilder.h |
|
| nverts |
int |
Number of vertices. |
DetourTileCache/DetourTileCacheBuilder.h |
|
| nvp |
int |
|
DetourTileCache/DetourTileCacheBuilder.h |
|
| polys |
unsigned short * |
Polygons of the mesh, nvp*2 elements per polygon. |
DetourTileCache/DetourTileCacheBuilder.h |
|
| regs |
unsigned short * |
Region ID of polygon. |
DetourTileCache/DetourTileCacheBuilder.h |
|
| verts |
unsigned short * |
Vertices of the mesh, 3 elements per vertex. |
DetourTileCache/DetourTileCacheBuilder.h |
|