Recast Navigation
Navigation-mesh Toolset for Games
dtTileCachePolyMesh Struct Reference

#include <DetourTileCacheBuilder.h>

Public Attributes

int nvp
 
int nverts
 Number of vertices. More...
 
int npolys
 Number of polygons. More...
 
unsigned short * verts
 Vertices of the mesh, 3 elements per vertex. More...
 
unsigned short * polys
 Polygons of the mesh, nvp*2 elements per polygon. More...
 
unsigned short * flags
 Per polygon flags. More...
 
unsigned char * areas
 Area ID of polygons. More...
 

Member Data Documentation

◆ areas

unsigned char* dtTileCachePolyMesh::areas

Area ID of polygons.

◆ flags

unsigned short* dtTileCachePolyMesh::flags

Per polygon flags.

◆ npolys

int dtTileCachePolyMesh::npolys

Number of polygons.

◆ nverts

int dtTileCachePolyMesh::nverts

Number of vertices.

◆ nvp

int dtTileCachePolyMesh::nvp

◆ polys

unsigned short* dtTileCachePolyMesh::polys

Polygons of the mesh, nvp*2 elements per polygon.

◆ verts

unsigned short* dtTileCachePolyMesh::verts

Vertices of the mesh, 3 elements per vertex.


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