Physics and stuff

posted in I am a duck
Published December 29, 2006
Advertisement
So I've been slowly working away at getting ODE integrated into my engine to replace my own lacking physics functionality. Getting it plugged in was fairly painless. Amazingly I didn't have to rip any of my engine apart to make the switch. I guess I did a good job of separating my functionality aftr all. :)

So far I have all the basic functionality integrated into my renderable objects and created a new object to encapsulate a plane since I didn't have anything like that before. I also have basic collision detection working between objects. The next step is getting joints hooked up right and then I should be able to throw a quick sample together of a textured quad bouncing around the screen. After that I'm going to check out the asteroid dodge sample that I have for my engine and see if there's any cool new twists I can add with this more robust physics engine. Maybe have asteroids colliding off each other and spinning away.

All and all so far ODE has been a beaut. Easy to get in and also really straight forward on how to use it. I highly suggest it for anyone looking for a basic physics engine.
Previous Entry ODE integration
Next Entry The Tax man
0 likes 0 comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement
Advertisement