I made a custom dynamic character controller in bullet physics. The problem is he cant climb stairs or hills. The character is based on a btMultiSphereShape and casts a ray down to find out what its standing on, if its on the ground and not walking its set to decelerate very quickly. Its moved around using setLinearVelocity. Works fine on flat surfaces. When it tries to climb stairs it just bumps into the bottom step, when it goes up a hill it moves a bit but doesn't seem to have enough energy behind it to go all the way up (needs more torque?).
Does anyone know how I can implement stair and hill climbing in bullet physics without using a kinematic character controller.
I'm sorry for not being very specific but I don't really know what I'm doing because bullet is such a badly documented api.
Thanks
Edited by ic0de, 14 September 2012 - 03:21 PM.
you know you program too much when you start ending sentences with semicolons.