Class PxHeightField.Raw

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

public static class PxHeightField.Raw extends Object
  • Constructor Details

    • Raw

      public Raw()
  • Method Details

    • saveCells

      public static int saveCells(long address, long destBuffer, int destBufferSize)
    • modifySamples

      public static boolean modifySamples(long address, int startCol, int startRow, long subfieldDesc)
    • modifySamples

      public static boolean modifySamples(long address, int startCol, int startRow, long subfieldDesc, boolean shrinkBounds)
    • getNbRows

      public static int getNbRows(long address)
    • getNbColumns

      public static int getNbColumns(long address)
    • getFormat

      public static int getFormat(long address)
    • getSampleStride

      public static int getSampleStride(long address)
    • getConvexEdgeThreshold

      public static float getConvexEdgeThreshold(long address)
    • getFlags

      public static long getFlags(long address)
    • getHeight

      public static float getHeight(long address, float x, float z)
    • getTriangleMaterialIndex

      public static short getTriangleMaterialIndex(long address, int triangleIndex)
    • getTriangleNormal

      public static long getTriangleNormal(long address, int triangleIndex)
    • getSample

      public static long getSample(long address, int row, int column)
    • getTimestamp

      public static int getTimestamp(long address)