Class PxParticleClothBuffer


public class PxParticleClothBuffer extends PxParticleBuffer
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxParticleClothBuffer

      protected PxParticleClothBuffer()
    • PxParticleClothBuffer

      protected PxParticleClothBuffer(long address)
  • Method Details

    • wrapPointer

      public static PxParticleClothBuffer wrapPointer(long address)
    • arrayGet

      public static PxParticleClothBuffer arrayGet(long baseAddress, int index)
    • getRestPositions

      public PxVec4 getRestPositions()
      Returns:
      WebIDL type: PxVec4
    • getTriangles

      public NativeObject getTriangles()
      Returns:
      WebIDL type: VoidPtr
    • setNbTriangles

      public void setNbTriangles(int nbTriangles)
      Parameters:
      nbTriangles - WebIDL type: unsigned long
    • getNbTriangles

      public int getNbTriangles()
      Returns:
      WebIDL type: unsigned long
    • getNbSprings

      public int getNbSprings()
      Returns:
      WebIDL type: unsigned long
    • getSprings

      public PxParticleSpring getSprings()
      Returns:
      WebIDL type: PxParticleSpring
    • setCloths

      public void setCloths(PxPartitionedParticleCloth cloths)
      Parameters:
      cloths - WebIDL type: PxPartitionedParticleCloth [Ref]