Package org.recast4j.recast.geom
Class TriMesh
java.lang.Object
org.recast4j.recast.geom.TriMesh
public class TriMesh
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description TriMesh(float[] vertices, int[] faces) -
Method Summary
Modifier and Type Method Description java.util.List<ChunkyTriMesh.ChunkyTriMeshNode>getChunksOverlappingRect(float[] bmin, float[] bmax)int[]getTris()float[]getVerts()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TriMesh
public TriMesh(float[] vertices, int[] faces)
-
-
Method Details
-
getTris
public int[] getTris() -
getVerts
public float[] getVerts() -
getChunksOverlappingRect
public java.util.List<ChunkyTriMesh.ChunkyTriMeshNode> getChunksOverlappingRect(float[] bmin, float[] bmax)
-