Physics simulation demo in OpenGL

  • 16 years ago
A physics simulation project in OpenGL/GLSL for my MSc, featuring cloth, a jelly, and many balls. The cloth & jelly simulation are implemented in the GPU & they use bounding volume hierarchies for collision detection. Sweep 'n' prune is used as a broad phase collision detection.