🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Rigid body collisions with "fixed" objects

Started by
0 comments, last by Blight 22 years, 9 months ago
Hi all, I''m writing a game that has a basic physics simulator and collision detection library and want to know how to implement a rigid body colliding with a fixed object (such as falling to the ground). How do I constrain the movement of my rigid body so it doesn''t "fall through" my fixed body? i.e. falling to the ground, how do I get the body to stop "falling"? I assume I want to constraint the movement that will pass through a plane. Does anyone have any web URLs for info on this? Thanks!
Blighty
Advertisement
Ignore previous post - found the following after using the search facility for "collision" - duh!

http://www.gamasutra.com/features/20000330/bobic_01.htm
http://www.peroxide.dk/tutorials/tut10/pxdtut10.html
www.d6.com/users/checker
www.gamasutra.com and look for jeff lander articles.

Blighty

This topic is closed to new replies.

Advertisement