[osg-users] MatrixTransform and PAT rotation difference.
Vincent Bourdier
vincent.bourdier at gmail.com
Fri Mar 28 07:20:05 PDT 2008
Hi,
I make a new topic I think it is more clear
I'm looking on getting absolute rotation from a osg::Transform
If my node is a PAT i do
quat = pat->getAttitude();
if my node is a MatrixTransform i do
quat = mt->getMatrix().getRotate();
But in the second case, it looks doing nothing... Where is the difference ?
Thanks.
Regards,
Vincent.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.openscenegraph.org/pipermail/osg-users-openscenegraph.org/attachments/20080328/7ba2da2e/attachment.html
More information about the osg-users
mailing list