API Documentation for:
Show:

ParticleSystem Module

Defined in: ParticleSystem:17

Manages the creation an interaction of particle systems.

● Particle systems are suitable for fluids, deformable objects, and interactions between different materials.
● Collision testing is made tractable by ordering the particles top-to-bottom, left-to-right.
● Viscous, spring, elastic, powder, and tensile forces can be added to create different kinds of particles.

Additional Particle module technical information can be found at: Inside LiquidFun Slides by Kentaro Suto Senior Software Engineer at Google.