PxParticleClothDesc
Defined in include/PxParticleBuffer.h
-
struct PxParticleClothDesc
Structure to describe the set of particle cloths in the same PxParticleClothBuffer.
Used an input for the cloth preprocessing.
- Deprecated:
Particle-cloth, -rigids, -attachments and -volumes have been deprecated.
Public Functions
-
inline PxParticleClothDesc()
Public Members
-
PxParticleCloth *cloths
List of PxParticleCloth s, describes the individual cloths.
-
PxU32 *triangles
List of triangle indices, 3 consecutive PxU32 that map triangle vertices to particles.
-
PxParticleSpring *springs
List of PxParticleSpring s.