Hi all
I am quite the newbie for Babylon.js but absolutely love it ("thank you creators and contributors). I have searched numerous playgrounds / forums and found quite a few things to get me started and done well so far but came to a stopping point when realizing the complexity of steering.
I was wondering how to recreate the effect of steering from left or right like the examples below:
http://bb-kirchengemein.de/car.html
http://www.visualiser.fr/Babylon/Drift/default.htm
When steering left the wheels turn/pivot toward a max angle then the wheels stay at that position until keyup, on which the wheels then turn/pivot back to their first position, likewise when steering right but in the opposite direction.
I don't know if I should be looking at animations, physics, or good mathematics / JavaScript.
What I'm trying to create is the effect of a plane when banking left or right at a max angle of 22 degrees, to then go back to zero / original axis when keyup.
A very basic playground has been created but is far from completion.
http://babylonjs-playground.com/#22SLM4#2
Any help or suggestions would really be helpful