Search found 2 matches

by eot
Tue May 07, 2013 8:51 pm
Forum: Programming Discussion
Topic: Ramp Jumping
Replies: 7
Views: 7495

Re: Ramp Jumping

Nice :D
Does it work for when you fall onto a ramp as well (negative z-vel)?
by eot
Tue May 07, 2013 2:13 pm
Forum: Programming Discussion
Topic: Ramp Jumping
Replies: 7
Views: 7495

Re: Ramp Jumping

You could read about what happens when a ball bounces in a ramp. I've read a bit and I would say that you should remove the normal component of the velocity (because players don't bounce) but keep the parallel unchanged. That's in case the gravity is perpendicular to the plane, in the ramp case the...