Class PxConvexMesh.Raw

java.lang.Object
physx.geometry.PxConvexMesh.Raw
Enclosing class:
PxConvexMesh

public static class PxConvexMesh.Raw extends Object
  • 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)