You know that chest that you could never get opened? If you ever do, I'm there.
Posts
136
Help With Rotation
In this program I made, the spaceship rotates fine when it's in the middle, but it starts doing weird stuff if you move it to the sides. How can I stop this?
BTW, Thanks for all your help
Member of the anti-gay cross-dressing trans-species wolves alliance.
I didnt download the project, but you are probably multiplying matricies in the wrong order. I assume you have a rotation matrix, and a translation matrix. Try flipping the order you pass them into the multiplication function. That should help.