Package org.recast4j.recast
Class PolyMeshDetail
java.lang.Object
org.recast4j.recast.PolyMeshDetail
Contains triangle meshes that represent detailed height data associated with the polygons in its associated polygon
mesh object.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
meshes
public int[] meshesThe sub-mesh data. [Size: 4*#nmeshes] -
verts
public float[] vertsThe mesh vertices. [Size: 3*#nverts] -
tris
public int[] trisThe mesh triangles. [Size: 4*#ntris] -
nmeshes
public int nmeshesThe number of sub-meshes defined by #meshes. -
nverts
public int nvertsThe number of vertices in #verts. -
ntris
public int ntrisThe number of triangles in #tris.
-
-
Constructor Details
-
PolyMeshDetail
public PolyMeshDetail()
-