Class PxConvexMesh


public class PxConvexMesh extends PxRefCounted
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxConvexMesh

      protected PxConvexMesh()
    • PxConvexMesh

      protected PxConvexMesh(long address)
  • Method Details

    • wrapPointer

      public static PxConvexMesh wrapPointer(long address)
    • arrayGet

      public static PxConvexMesh arrayGet(long baseAddress, int index)
    • getNbVertices

      public int getNbVertices()
      Returns:
      WebIDL type: unsigned long
    • getVertices

      public PxVec3 getVertices()
      Returns:
      WebIDL type: PxVec3 [Const]
    • getIndexBuffer

      public PxU8ConstPtr getIndexBuffer()
      Returns:
      WebIDL type: PxU8ConstPtr [Value]
    • getNbPolygons

      public int getNbPolygons()
      Returns:
      WebIDL type: unsigned long
    • getPolygonData

      public boolean getPolygonData(int index, PxHullPolygon data)
      Parameters:
      index - WebIDL type: unsigned long
      data - WebIDL type: PxHullPolygon [Ref]
      Returns:
      WebIDL type: boolean
    • getLocalBounds

      public PxBounds3 getLocalBounds()
      Returns:
      WebIDL type: PxBounds3 [Value]
    • isGpuCompatible

      public boolean isGpuCompatible()
      Returns:
      WebIDL type: boolean