Package com.gaia3d.basic.remesher
Class ReMesherVertexCluster
java.lang.Object
com.gaia3d.basic.remesher.ReMesherVertexCluster
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidgetVertexClusterBoundingBox(Map<org.joml.Vector3i, List<GaiaVertex>> vertexClusters, org.joml.Vector3i resultMinCellIndex, org.joml.Vector3i resultMaxCellIndex) static voidreMeshScene(GaiaScene gaiaScene, ReMeshParameters reMeshParams, Map<org.joml.Vector3i, List<GaiaVertex>> vertexClusters, org.joml.Vector3i sceneMinCellIndex, org.joml.Vector3i sceneMaxCellIndex)
-
Constructor Details
-
ReMesherVertexCluster
public ReMesherVertexCluster()
-
-
Method Details
-
getVertexClusterBoundingBox
public static void getVertexClusterBoundingBox(Map<org.joml.Vector3i, List<GaiaVertex>> vertexClusters, org.joml.Vector3i resultMinCellIndex, org.joml.Vector3i resultMaxCellIndex) -
reMeshScene
public static void reMeshScene(GaiaScene gaiaScene, ReMeshParameters reMeshParams, Map<org.joml.Vector3i, List<GaiaVertex>> vertexClusters, org.joml.Vector3i sceneMinCellIndex, org.joml.Vector3i sceneMaxCellIndex)
-