Atoms Crowd  4.1.0
AtomsUtils::rcPolyMeshDetail Struct Reference

#include <Recast.h>

Public Attributes

unsigned int * meshes
 The sub-mesh data. [Size: 4*nmeshes].
 
float * verts
 The mesh vertices. [Size: 3*nverts].
 
unsigned char * tris
 The mesh triangles. [Size: 4*ntris].
 
int nmeshes
 The number of sub-meshes defined by meshes.
 
int nverts
 The number of vertices in verts.
 
int ntris
 The number of triangles in tris.
 

Detailed Description

Contains triangle meshes that represent detailed height data associated with the polygons in its associated polygon mesh object.


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