[=Lazy Games;73230]
Do you have the controls set up so that ‘W’ moves you forward to whatever direction the camera is pointing? Like similar to FPS controls.
I’m having an absolute nightmare achieving this. I just cant get the right torque vector atm.
[/]
Yep, I do. I don’t use torque, as I found that to be not really that productive. When the ball bumps up, it starts spinning at ridiculous rates. Thus I just have a force vector that, for example for pressing W, is 1 0 0, and then I rotate it by the camera’s orientation.