Physics :
- simple :
- Using ODEManager to create simple dynamics objects
- machine :
- Using ODEManager to create complex dynamics objects
- Using joints to connect several objects
- clothify :
- using VerletAssembly to simulate cloths / jellies
- using GLVerletClothify to create a freeform/actor into a jelly / cloth
- FurBall :
- Using Verlet Hair with ODE: Fur Balls
- This determines friction, play around with it!
- odeterrain :
- Getting a GLODEManager and GLTerrainRenderer talking.
- Use '1' -> '5' keys to drop objects onto Terrain.
- clothactor :
- Verlet cloth simulation and verlet constraints controlled by an actor's skeleton.
- Verlet physics is used to simulate a cloth-like effect on a mesh. Trinity in a cape.
Back