Atoms Crowd
7.0.0
|
#include <DetourNavMesh.h>
Public Attributes | |
unsigned int | salt |
Counter describing modifications to the tile. | |
unsigned int | linksFreeList |
Index to the next free link. | |
dtMeshHeader * | header |
The tile header. | |
dtPoly * | polys |
The tile polygons. [Size: dtMeshHeader::polyCount]. | |
float * | verts |
The tile vertices. [Size: dtMeshHeader::vertCount]. | |
dtLink * | links |
The tile links. [Size: dtMeshHeader::maxLinkCount]. | |
dtPolyDetail * | detailMeshes |
The tile's detail sub-meshes. [Size: dtMeshHeader::detailMeshCount]. | |
float * | detailVerts |
The detail mesh's unique vertices. [(x, y, z) * dtMeshHeader::detailVertCount]. | |
unsigned char * | detailTris |
The detail mesh's triangles. [(vertA, vertB, vertC) * dtMeshHeader::detailTriCount]. | |
dtBVNode * | bvTree |
dtOffMeshConnection * | offMeshCons |
The tile off-mesh connections. [Size: dtMeshHeader::offMeshConCount]. | |
dtOffMeshSegmentConnection * | offMeshSeg |
The tile off-mesh connections. [Size: dtMeshHeader::offMeshSegConCount]. | |
unsigned char * | data |
The tile data. (Not directly accessed under normal situations.) | |
int | dataSize |
Size of the tile data. | |
int | flags |
Tile flags. (See: dtTileFlags) | |
dtMeshTile * | next |
The next free tile, or the next tile in the spatial grid. | |
dtCluster * | clusters |
Cluster data. | |
unsigned short * | polyClusters |
Cluster Id for each ground type polygon [Size: dtMeshHeader::polyCount]. | |
dtChunkArray< dtLink > | dynamicLinksO |
Dynamic links array (indices starting from dtMeshHeader::maxLinkCount) | |
unsigned int | dynamicFreeListO |
Index of the next free dynamic link. | |
dtChunkArray< dtClusterLink > | dynamicLinksC |
Dynamic links array (indices starting from DT_CLINK_FIRST) | |
unsigned int | dynamicFreeListC |
Index of the next free dynamic link. | |
Defines a navigation mesh tile.
dtBVNode* AtomsUtils::dtMeshTile::bvTree |
The tile bounding volume nodes. Size: dtMeshHeader::bvNodeCount