Planeshift
dtTileCachePolyMesh Struct Reference

#include <DetourTileCacheBuilder.h>

Public Attributes

unsigned char * areas
 Area ID of polygons. More...
 
unsigned short * flags
 Per polygon flags. More...
 
int npolys
 Number of polygons. More...
 
int nverts
 Number of vertices. More...
 
int nvp
 
unsigned short * polys
 Polygons of the mesh, nvp*2 elements per polygon. More...
 
unsigned short * verts
 Vertices of the mesh, 3 elements per vertex. More...
 

Detailed Description

Definition at line 67 of file DetourTileCacheBuilder.h.

Member Data Documentation

unsigned char* dtTileCachePolyMesh::areas

Area ID of polygons.

Definition at line 75 of file DetourTileCacheBuilder.h.

unsigned short* dtTileCachePolyMesh::flags

Per polygon flags.

Definition at line 74 of file DetourTileCacheBuilder.h.

int dtTileCachePolyMesh::npolys

Number of polygons.

Definition at line 71 of file DetourTileCacheBuilder.h.

int dtTileCachePolyMesh::nverts

Number of vertices.

Definition at line 70 of file DetourTileCacheBuilder.h.

int dtTileCachePolyMesh::nvp

Definition at line 69 of file DetourTileCacheBuilder.h.

unsigned short* dtTileCachePolyMesh::polys

Polygons of the mesh, nvp*2 elements per polygon.

Definition at line 73 of file DetourTileCacheBuilder.h.

unsigned short* dtTileCachePolyMesh::verts

Vertices of the mesh, 3 elements per vertex.

Definition at line 72 of file DetourTileCacheBuilder.h.


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