![]() |
|
#3
|
|||
|
|||
That's always bothered me too. Yaw is rotation about the y axis.
If you do it this way: view.rotate(1,0,0,90) the Eulers come back 0,90,0 but if you do it this way: view.rotate(90,0,0) the Eulers are 90,0,0 |
|
|