me.rotation = me.rotation * CreateRotation( 5.0, 0.0, 0.0 );
If i spawn and run this code, pitch increases
But if i spawn and turn 90deg left and run this code, it rolls
How do i fix this?
Edit: I use a standard rotation matrix formula from wikipedia
↧