Recast Navigation
Navigation-mesh Toolset for Games
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. More...
 
unsigned int triBase
 The offset of the triangles in the dtMeshTile::detailTris array. More...
 
unsigned char vertCount
 The number of vertices in the sub-mesh. More...
 
unsigned char triCount
 The number of triangles in the sub-mesh. More...
 

Description

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

Member Data Documentation

◆ triBase

unsigned int dtPolyDetail::triBase

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

◆ triCount

unsigned char dtPolyDetail::triCount

The number of triangles in the sub-mesh.

◆ vertBase

unsigned int dtPolyDetail::vertBase

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

◆ vertCount

unsigned char dtPolyDetail::vertCount

The number of vertices in the sub-mesh.


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