Tagged Questions
1
vote
2answers
421 views
How can I orient a projectile along its flight path?
I have a projectile that is moving around the world (in a ballistics trajectory right now). I am currently keeping track of its position and velocity. I want to draw it oriented to its velocity, so ...