Author Topic: Euler to axis angle  (Read 415 times)

I'm trying to rotate a model that is generally standing up ( | ) to something that is laying down ( __ ), but EulerToAxis is producing incorrect results as it says in the post, and I can't figure out what the rotational values are.

Code: [Select]
%trans = axisToEuler(getWords(%obj.getTransform(),3,6));
%trans = setword(%trans,1,90);
%trans = eulerToAxis(%trans);