Planeshift
Public Attributes

dtPolyDetail Struct Reference

Defines the location of detail sub-mesh data within a dtMeshTile. More...

#include <DetourNavMesh.h>

List of all members.

Public Attributes

unsigned int triBase
 The offset of the triangles in the dtMeshTile::detailTris array.
unsigned char triCount
 The number of triangles in the sub-mesh.
unsigned int vertBase
 The offset of the vertices in the dtMeshTile::detailVerts array.
unsigned char vertCount
 The number of vertices in the sub-mesh.

Detailed Description

Defines the location of detail sub-mesh data within a dtMeshTile.

Definition at line 138 of file DetourNavMesh.h.


Member Data Documentation

The offset of the triangles in the dtMeshTile::detailTris array.

Definition at line 141 of file DetourNavMesh.h.

The number of triangles in the sub-mesh.

Definition at line 143 of file DetourNavMesh.h.

The offset of the vertices in the dtMeshTile::detailVerts array.

Definition at line 140 of file DetourNavMesh.h.

The number of vertices in the sub-mesh.

Definition at line 142 of file DetourNavMesh.h.


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