🎉 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!

Jump-Flip and Collision

posted in noaktree leaves
Published August 21, 2005
Advertisement
Added character controls to jump and then do a second flip jump when in the air today. Looks and handles really cool!

I'm storing my level as an ID3DXMesh and I'm trying to think of the best way to check collision with it. I could cast a series of rays, tested with D3DX, vertically in front of the character. This would create a kind of collision shield to stop him from running into things. I'm using a simplified version to run collision tests on. Any ideas?

Here is a screen of my test level:

Previous Entry Troll Controller
Next Entry Lego Star Wars
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!
Profile
Author
Advertisement
Advertisement