Planeshift
|
Defines the location of detail sub-mesh data within a dtMeshTile. More...
#include <DetourNavMesh.h>
Public Attributes | |
unsigned int | triBase |
The offset of the triangles in the dtMeshTile::detailTris array. | |
unsigned char | triCount |
The number of triangles in the sub-mesh. | |
unsigned int | vertBase |
The offset of the vertices in the dtMeshTile::detailVerts array. | |
unsigned char | vertCount |
The number of vertices in the sub-mesh. |
Defines the location of detail sub-mesh data within a dtMeshTile.
Definition at line 138 of file DetourNavMesh.h.
The offset of the triangles in the dtMeshTile::detailTris array.
Definition at line 141 of file DetourNavMesh.h.
The number of triangles in the sub-mesh.
Definition at line 143 of file DetourNavMesh.h.
The offset of the vertices in the dtMeshTile::detailVerts array.
Definition at line 140 of file DetourNavMesh.h.
The number of vertices in the sub-mesh.
Definition at line 142 of file DetourNavMesh.h.