Package org.recast4j.recast.geom
Class TriMesh
java.lang.Object
org.recast4j.recast.geom.TriMesh
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetChunksOverlappingRect(float[] bmin, float[] bmax) int[]getTris()float[]getVerts()
-
Constructor Details
-
TriMesh
public TriMesh(float[] vertices, int[] faces)
-
-
Method Details
-
getTris
public int[] getTris() -
getVerts
public float[] getVerts() -
getChunksOverlappingRect
-