Package com.gaia3d.basic.remesher
Class GaiaFrontierFinderV2
java.lang.Object
com.gaia3d.basic.remesher.GaiaFrontierFinderV2
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean[]buildOriginalBoundaryVertexFlags(int[] weldedIndices, boolean[] weldedBoundary) Deprecated.static boolean[]buildWeldedBoundaryVertexFlagsSortDirectedEdges(List<GaiaFace> faces, int[] weldedIndices, int weldedVertexCount) Deprecated.static int[]buildWeldedVertexIndicesLowMemory(List<GaiaVertex> vertices, List<GaiaFace> faces, double tolerance, int[] weldedIndices) Deprecated.boolean[]findBoundaryVertices(List<GaiaVertex> vertices, List<GaiaFace> faces, double tolerance, int[] weldedIndices) Deprecated.static intgetWeldedVertexCount(int[] weldedIndices) Deprecated.
-
Constructor Details
-
GaiaFrontierFinderV2
public GaiaFrontierFinderV2()Deprecated.
-
-
Method Details
-
buildWeldedVertexIndicesLowMemory
public static int[] buildWeldedVertexIndicesLowMemory(List<GaiaVertex> vertices, List<GaiaFace> faces, double tolerance, int[] weldedIndices) Deprecated. -
getWeldedVertexCount
public static int getWeldedVertexCount(int[] weldedIndices) Deprecated. -
buildWeldedBoundaryVertexFlagsSortDirectedEdges
public static boolean[] buildWeldedBoundaryVertexFlagsSortDirectedEdges(List<GaiaFace> faces, int[] weldedIndices, int weldedVertexCount) Deprecated. -
buildOriginalBoundaryVertexFlags
public static boolean[] buildOriginalBoundaryVertexFlags(int[] weldedIndices, boolean[] weldedBoundary) Deprecated. -
findBoundaryVertices
public boolean[] findBoundaryVertices(List<GaiaVertex> vertices, List<GaiaFace> faces, double tolerance, int[] weldedIndices) Deprecated.
-