Planeshift
Public Attributes

dtNavMeshParams Struct Reference

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>

List of all members.

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.)

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()

Definition at line 261 of file DetourNavMesh.h.


Member Data Documentation

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.


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