Atoms Crowd  4.1.0
AtomsUtils::dtNavMeshParams Struct Reference

#include <DetourNavMesh.h>

Public Attributes

float orig [3]
 The world space origin of the navigation mesh's tile space. [(x, y, z)].
 
float tileWidth
 The width of each tile. (Along the x-axis.)
 
float tileHeight
 The height of each tile. (Along the z-axis.)
 
int maxTiles
 The maximum number of tiles the navigation mesh can contain.
 
int maxPolys
 The maximum number of polygons each tile can contain.
 

Detailed Description

Configuration parameters used to define multi-tile navigation meshes. The values are used to allocate space during the initialization of a navigation mesh.

See also
dtNavMesh::init()

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