HOWTO: Difference between revisions
From ODE
Jump to navigationJump to search
imported>Russ No edit summary |
imported>Russ No edit summary |
||
Line 12: | Line 12: | ||
* [[Composite Objects]] | * [[Composite Objects]] | ||
* [[Constrain Objects to 2D]] | * [[Constrain Objects to 2D]] | ||
* [[Damping]] | * [[HOWTO Damping]] | ||
* [[Gravity Gun]] | * [[Gravity Gun]] | ||
* [[Rag-doll Character]] | * [[Rag-doll Character]] |
Revision as of 19:43, 6 January 2019
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
- HOWTO build a 4 wheel vehicle
- Composite Objects
- Constrain Objects to 2D
- HOWTO Damping
- Gravity Gun
- Rag-doll Character
- Buoyant Objects
- Thrust Control Logic
- Upright Capsule for FPS characters
- Moving Platforms