HOWTO
Revision as of 16:53, 6 January 2019 by Russ (talk | contribs) (Created page with "Here is a list of HOWTO tutorials for common and non-trivial features that can be implemented with ODE = Basic ODE = * Simple Bouncing Sphere * Simple Bouncing Sphere...")
Here is a list of HOWTO tutorials for common and non-trivial features that can be implemented with ODE
Basic ODE
- Simple Bouncing Sphere
- Simple Bouncing Sphere (rus)
- Tutorials from Kosei Demura; they cover almost every aspect of ODE, so it's a great starting point for new users.
Common Game Features
- 4 Wheeled Vehicle
- Composite Objects
- Constrain Objects to 2D
- Damping
- Gravity Gun
- Rag-doll Character
- Buoyant Objects
- Thrust Control Logic
- Upright Capsule for FPS characters
- Moving Platforms