Atoms Crowd
7.0.0
|
Defines the location of detail sub-mesh data within a dtMeshTile. More...
#include <DetourNavMesh.h>
Public Attributes | |
unsigned int | vertBase |
The offset of the vertices in the dtMeshTile::detailVerts array. | |
unsigned int | triBase |
The offset of the triangles in the dtMeshTile::detailTris array. | |
unsigned char | vertCount |
The number of vertices in the sub-mesh. | |
unsigned char | triCount |
The number of triangles in the sub-mesh. | |
Defines the location of detail sub-mesh data within a dtMeshTile.