matrix4::setRotationRadians

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
aflopera
Posts: 4
Joined: Sat May 07, 2005 10:27 am

matrix4::setRotationRadians

Post by aflopera »

Hello everybody.
I have a doubt. Which is the orden of the axis' rotations in this method?
xray
Posts: 231
Joined: Fri Feb 02, 2007 1:06 pm
Location: Germany, Munich
Contact:

Post by xray »

I dont know what you mean with "orden" maybe you wantet to say "order" ? In this case I think its the normal order of an vector3df X -> Y -> Z
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

X,Y,Z is also the order of rotation application (for Euler angles),
Post Reply