![]() |
Atoms Crowd
7.0.0
|
#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. | |
Configuration parameters used to define multi-tile navigation meshes. The values are used to allocate space during the initialization of a navigation mesh.