Class PxTriangleMesh.Raw

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

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