Class PxParticleClothPreProcessor

java.lang.Object
physx.NativeObject
physx.particles.PxParticleClothPreProcessor

public class PxParticleClothPreProcessor extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxParticleClothPreProcessor

      protected PxParticleClothPreProcessor()
    • PxParticleClothPreProcessor

      protected PxParticleClothPreProcessor(long address)
  • Method Details

    • wrapPointer

      public static PxParticleClothPreProcessor wrapPointer(long address)
    • arrayGet

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

      public void release()
      Release this object and deallocate all the memory.
    • partitionSprings

      public void partitionSprings(PxParticleClothDesc clothDesc, PxPartitionedParticleCloth output)
      Partition the spring constraints for particle cloth simulation.
      Parameters:
      clothDesc - Reference to a valid #PxParticleClothDesc.
      output - Reference to a #PxPartitionedParticleCloth object. This is the output of the preprocessing and should be passed to a #PxParticleClothBuffer.