Class GaiaFrontierFinderV2

java.lang.Object
com.gaia3d.basic.remesher.GaiaFrontierFinderV2

@Deprecated public class GaiaFrontierFinderV2 extends Object
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.