Does it work for when you fall onto a ramp as well (negative z-vel)?
Search found 2 matches
- Tue May 07, 2013 8:51 pm
- Forum: Programming Discussion
- Topic: Ramp Jumping
- Replies: 7
- Views: 8213
Re: Ramp Jumping
Nice 
Does it work for when you fall onto a ramp as well (negative z-vel)?
Does it work for when you fall onto a ramp as well (negative z-vel)?
- Tue May 07, 2013 2:13 pm
- Forum: Programming Discussion
- Topic: Ramp Jumping
- Replies: 7
- Views: 8213
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...