Planeshift
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>

Public Attributes

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

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

int dtNavMeshParams::maxPolys

The maximum number of polygons each tile can contain.

Definition at line 267 of file DetourNavMesh.h.

int dtNavMeshParams::maxTiles

The maximum number of tiles the navigation mesh can contain.

Definition at line 266 of file DetourNavMesh.h.

float dtNavMeshParams::orig[3]

The world space origin of the navigation mesh's tile space. [(x, y, z)].

Definition at line 263 of file DetourNavMesh.h.

float dtNavMeshParams::tileHeight

The height of each tile. (Along the z-axis.)

Definition at line 265 of file DetourNavMesh.h.

float dtNavMeshParams::tileWidth

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: