java.lang.Object
physx.geometry.PxTriangleMesh.Raw
- Enclosing class:
- PxTriangleMesh
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic longgetLocalBounds(long address) static intgetNbTriangles(long address) static intgetNbVertices(long address) static shortgetTriangleMaterialIndex(long address, int triangleIndex) static longgetTriangleMeshFlags(long address) static longgetTriangles(long address) static longgetTrianglesRemap(long address) static longgetVertices(long address) static longgetVerticesForModification(long address) static longrefitBVH(long address)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
getNbVertices
public static int getNbVertices(long address) -
getVertices
public static long getVertices(long address) -
getVerticesForModification
public static long getVerticesForModification(long address) -
refitBVH
public static long refitBVH(long address) -
getNbTriangles
public static int getNbTriangles(long address) -
getTriangles
public static long getTriangles(long address) -
getTriangleMeshFlags
public static long getTriangleMeshFlags(long address) -
getTrianglesRemap
public static long getTrianglesRemap(long address) -
getTriangleMaterialIndex
public static short getTriangleMaterialIndex(long address, int triangleIndex) -
getLocalBounds
public static long getLocalBounds(long address)
-