Atoms Crowd  4.1.0
AtomsUtils::dtPolyDetail Struct Reference

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.
 

Detailed Description

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


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