Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/Recast
References
Module | Navmesh |
Header | /Engine/Source/Runtime/Navmesh/Public/Recast/Recast.h |
Include | #include "Recast/Recast.h" |
Syntax
struct rcPolyMeshDetail
Remarks
Contains triangle meshes that represent detailed height data associated with the polygons in its associated polygon mesh object.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
unsigned int * | meshes | The sub-mesh data. [Size: 4*nmeshes]. |
![]() |
int | nmeshes | The number of sub-meshes defined by meshes. |
![]() |
int | ntris | The number of triangles in tris. |
![]() |
int | nverts | The number of vertices in verts. |
![]() |
unsigned char * | tris | The mesh triangles. [Size: 4*ntris]. |
![]() |
rcReal * | verts | The mesh vertices. [Size: 3*nverts]. |