Recast Navigation  1.0.35
dtNavMeshParams Struct Reference

Configuration parameters used to define multi-tile navigation meshes. More...

#include <DetourNavMesh.h>

Public Attributes

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

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

Member Data Documentation

int dtNavMeshParams::maxPolys

The maximum number of polygons each tile can contain.

int dtNavMeshParams::maxTiles

The maximum number of tiles the navigation mesh can contain.

float dtNavMeshParams::orig[3]

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

float dtNavMeshParams::tileHeight

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

float dtNavMeshParams::tileWidth

The width of each tile. (Along the x-axis.)


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