java.lang.Object
physx.geometry.PxConvexMesh.Raw
- Enclosing class:
- PxConvexMesh
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic longgetIndexBuffer(long address) static longgetLocalBounds(long address) static intgetNbPolygons(long address) static intgetNbVertices(long address) static booleangetPolygonData(long address, int index, long data) static longgetVertices(long address) static booleanisGpuCompatible(long address)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
getNbVertices
public static int getNbVertices(long address) -
getVertices
public static long getVertices(long address) -
getIndexBuffer
public static long getIndexBuffer(long address) -
getNbPolygons
public static int getNbPolygons(long address) -
getPolygonData
public static boolean getPolygonData(long address, int index, long data) -
getLocalBounds
public static long getLocalBounds(long address) -
isGpuCompatible
public static boolean isGpuCompatible(long address)
-