View Single Post
  #3  
Old 05-23-2007, 12:46 PM
Jerry Jerry is offline
Member
 
Join Date: Jun 2004
Posts: 105
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
Reply With Quote