Class PxParticleClothCooker

java.lang.Object
physx.NativeObject
physx.particles.PxParticleClothCooker

public class PxParticleClothCooker extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxParticleClothCooker

      protected PxParticleClothCooker()
    • PxParticleClothCooker

      protected PxParticleClothCooker(long address)
  • Method Details

    • wrapPointer

      public static PxParticleClothCooker wrapPointer(long address)
    • arrayGet

      public static PxParticleClothCooker arrayGet(long baseAddress, int index)
    • release

      public void release()
    • cookConstraints

      public void cookConstraints()
    • cookConstraints

      public void cookConstraints(PxParticleClothConstraint constraints)
      Parameters:
      constraints - WebIDL type: PxParticleClothConstraint [Const]
    • cookConstraints

      public void cookConstraints(PxParticleClothConstraint constraints, int numConstraints)
      Parameters:
      constraints - WebIDL type: PxParticleClothConstraint [Const]
      numConstraints - WebIDL type: unsigned long
    • getTriangleIndices

      public NativeObject getTriangleIndices()
      Returns:
      WebIDL type: VoidPtr
    • getTriangleIndicesCount

      public int getTriangleIndicesCount()
      Returns:
      WebIDL type: unsigned long
    • getConstraints

      public PxParticleClothConstraint getConstraints()
      Returns:
      WebIDL type: PxParticleClothConstraint
    • getConstraintCount

      public int getConstraintCount()
      Returns:
      WebIDL type: unsigned long
    • calculateMeshVolume

      public void calculateMeshVolume()
    • getMeshVolume

      public float getMeshVolume()
      Returns:
      WebIDL type: float