Quote Originally Posted by Zeph View Post
Don't use Euler math for rotations.
Use Quaternians for anything that rotates (including animations).
Fixed that like last week lol.

I was using Euler for actor rotations and Quats for animation and everything else.

Using Quats for everything now.