java.lang.Object
physx.NativeObject
physx.particles.PxParticleClothPreProcessor
-
Nested Class Summary
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T> -
Field Summary
FieldsFields inherited from class physx.NativeObject
address, isExternallyAllocated, SIZEOF_BYTE, SIZEOF_DOUBLE, SIZEOF_FLOAT, SIZEOF_INT, SIZEOF_LONG, SIZEOF_POINTER, SIZEOF_SHORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PxParticleClothPreProcessorarrayGet(long baseAddress, int index) voidpartitionSprings(PxParticleClothDesc clothDesc, PxPartitionedParticleCloth output) Partition the spring constraints for particle cloth simulation.voidrelease()Release this object and deallocate all the memory.static PxParticleClothPreProcessorwrapPointer(long address) Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
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
-
arrayGet
-
release
public void release()Release this object and deallocate all the memory. -
partitionSprings
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.
-