Planeshift
|
Configuration parameters used to define multi-tile navigation meshes. The values are used to allocate space during the initialization of a navigation mesh. More...
#include <DetourNavMesh.h>
Public Attributes | |
int | maxPolys |
The maximum number of polygons each tile can contain. | |
int | maxTiles |
The maximum number of tiles the navigation mesh can contain. | |
float | orig [3] |
The world space origin of the navigation mesh's tile space. [(x, y, z)]. | |
float | tileHeight |
The height of each tile. (Along the z-axis.) | |
float | tileWidth |
The width of each tile. (Along the x-axis.) |
Configuration parameters used to define multi-tile navigation meshes. The values are used to allocate space during the initialization of a navigation mesh.
Definition at line 261 of file DetourNavMesh.h.
The maximum number of polygons each tile can contain.
Definition at line 267 of file DetourNavMesh.h.
The maximum number of tiles the navigation mesh can contain.
Definition at line 266 of file DetourNavMesh.h.
The world space origin of the navigation mesh's tile space. [(x, y, z)].
Definition at line 263 of file DetourNavMesh.h.
The height of each tile. (Along the z-axis.)
Definition at line 265 of file DetourNavMesh.h.
The width of each tile. (Along the x-axis.)
Definition at line 264 of file DetourNavMesh.h.