Hey people I am designing a game in Java3D, I need to make as accurate representation of a plane’s movement as possible. I was able to to make the plane constantly move forward using a thread. The difficult part is getting it to move right and left while constantly moving forward.
I had some ideas from some people but no one was able to integrate right or left movement while the plane is going forward. beside the movement did not look very realistic.
The question is can you do it?
thanx