Verlet Particle System
Collision and resolution of a system of particles to form a fabric like entity.
Project Description
The implementation makes use of the verlet integration technique to form and solve a system of equations resulting in what looks like a piece of fabric.
source: Verlet Integration Wikipedia
The collision is tested against a sphere due to the simplicity of the collision computation and resolution, we can do a lot with very little resources!
Leave a Reply