Game Development Community

REALISTIC GRAVITY - Please help

by Solloman · in Torque X 2D · 04/10/2011 (9:30 am) · 1 replies

I have manged to pin down a 2D sidescroller using the x axis only and, a forcecompenent gravity applied with clamp collision on so that it sticks to the ground... Only problem is when the player faces an 80 degree wall, it decides to slide up the wall, just how do i make it more realistic, so it does not do that and instead, will slide down steep walls, giving a more realistic effect... please help...

#1
04/10/2011 (11:06 am)
Solloman: I suggest you check out Farseer physics (its been integrated into the CEV with components). It adds amazing (realistic) physics. Plus its super easy to setup!