java.lang.Object
physx.vhacd.VHACDParameters.Raw
- Enclosing class:
- VHACDParameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static booleangetM_asyncACD(long address) static booleangetM_findBestPlane(long address) static intgetM_maxConvexHulls(long address) static intgetM_maxNumVerticesPerCH(long address) static intgetM_maxRecursionDepth(long address) static intgetM_minEdgeLength(long address) static doublegetM_minimumVolumePercentErrorAllowed(long address) static intgetM_resolution(long address) static booleangetM_shrinkWrap(long address) static voidsetM_asyncACD(long address, boolean value) static voidsetM_findBestPlane(long address, boolean value) static voidsetM_maxConvexHulls(long address, int value) static voidsetM_maxNumVerticesPerCH(long address, int value) static voidsetM_maxRecursionDepth(long address, int value) static voidsetM_minEdgeLength(long address, int value) static voidsetM_minimumVolumePercentErrorAllowed(long address, double value) static voidsetM_resolution(long address, int value) static voidsetM_shrinkWrap(long address, boolean value) static longstatic voidVHACDParameters_placed(long address)
-
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)
-