Package physx.vhacd

Class VHACDParameters.Raw

java.lang.Object
physx.vhacd.VHACDParameters.Raw
Enclosing class:
VHACDParameters

public static class VHACDParameters.Raw extends Object
  • Constructor Details

    • Raw

      public Raw()
  • Method Details

    • VHACDParameters_placed

      public static void VHACDParameters_placed(long address)
    • VHACDParameters

      public static long VHACDParameters()
    • destroy

      public static void destroy(long address)
    • getM_maxConvexHulls

      public static int getM_maxConvexHulls(long address)
    • setM_maxConvexHulls

      public static void setM_maxConvexHulls(long address, int value)
    • getM_resolution

      public static int getM_resolution(long address)
    • setM_resolution

      public static void setM_resolution(long address, int value)
    • getM_minimumVolumePercentErrorAllowed

      public static double getM_minimumVolumePercentErrorAllowed(long address)
    • setM_minimumVolumePercentErrorAllowed

      public static void setM_minimumVolumePercentErrorAllowed(long address, double value)
    • getM_maxRecursionDepth

      public static int getM_maxRecursionDepth(long address)
    • setM_maxRecursionDepth

      public static void setM_maxRecursionDepth(long address, int value)
    • getM_shrinkWrap

      public static boolean getM_shrinkWrap(long address)
    • setM_shrinkWrap

      public static void setM_shrinkWrap(long address, boolean value)
    • getM_maxNumVerticesPerCH

      public static int getM_maxNumVerticesPerCH(long address)
    • setM_maxNumVerticesPerCH

      public static void setM_maxNumVerticesPerCH(long address, int value)
    • getM_asyncACD

      public static boolean getM_asyncACD(long address)
    • setM_asyncACD

      public static void setM_asyncACD(long address, boolean value)
    • getM_minEdgeLength

      public static int getM_minEdgeLength(long address)
    • setM_minEdgeLength

      public static void setM_minEdgeLength(long address, int value)
    • getM_findBestPlane

      public static boolean getM_findBestPlane(long address)
    • setM_findBestPlane

      public static void setM_findBestPlane(long address, boolean value)