Planeshift
dtPolyDetail Struct Reference

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. More...
 
unsigned char triCount
 The number of triangles in the sub-mesh. More...
 
unsigned int vertBase
 The offset of the vertices in the dtMeshTile::detailVerts array. More...
 
unsigned char vertCount
 The number of vertices in the sub-mesh. More...
 

Detailed Description

Defines the location of detail sub-mesh data within a dtMeshTile.

Definition at line 138 of file DetourNavMesh.h.

Member Data Documentation

unsigned int dtPolyDetail::triBase

The offset of the triangles in the dtMeshTile::detailTris array.

Definition at line 141 of file DetourNavMesh.h.

unsigned char dtPolyDetail::triCount

The number of triangles in the sub-mesh.

Definition at line 143 of file DetourNavMesh.h.

unsigned int dtPolyDetail::vertBase

The offset of the vertices in the dtMeshTile::detailVerts array.

Definition at line 140 of file DetourNavMesh.h.

unsigned char dtPolyDetail::vertCount

The number of vertices in the sub-mesh.

Definition at line 142 of file DetourNavMesh.h.


The documentation for this struct was generated from the following file: