Package org.recast4j.recast
Class RecastMeshDetail
java.lang.Object
org.recast4j.recast.RecastMeshDetail
public class RecastMeshDetail
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description RecastMeshDetail() -
Method Summary
Modifier and Type Method Description static PolyMeshDetailbuildPolyMeshDetail(Telemetry ctx, PolyMesh mesh, CompactHeightfield chf, float sampleDist, float sampleMaxError)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RecastMeshDetail
public RecastMeshDetail()
-
-
Method Details
-
buildPolyMeshDetail
public static PolyMeshDetail buildPolyMeshDetail(Telemetry ctx, PolyMesh mesh, CompactHeightfield chf, float sampleDist, float sampleMaxError)
-