Hey guys, i'm having a problem:
I'm doing a game where you can control the vertical position of an object like a plane (just vertical because the background will scroll continually at a constant speed).
Obviously the object is gravity affected, my problem is that i don't know how make the plane points toward the direction is flying.
I could make something like "every x sec/every tick rotate the plane to position ..." but like this isn't real and it's ugly to see.
I hope you can help me