Climbing steps

Started by
1 comment, last by executor_2k2 21 years, 9 months ago
I am wondering how to climb steps. I am using a sphere to represent the players camera. How do I test using a sphere whether or not the sphere has collided with an object in front or to the sides? Thanks.
Well, that was a waste of 2 minutes of my life. Now I have to code faster to get 'em back...
Advertisement
Take a look at this article...

Also, just have a general poke around here
yeah, i tried implementing the ellipsoid collision handling method, and here are the results. the only problem are "pulse jumps", but they can be easily removed by adding non-constant forces and friction.

here's how you can experience these "pulse jumps":


---
shurcool
wwdev


[edited by - shurcool on July 13, 2002 9:52:33 PM]

This topic is closed to new replies.

Advertisement