Quick notation question: When I have a MatrixTransform* mt and a Matrix m and I do this: mt->postMult(m), which of the following am I mathematically doing?
mt = mt * m;
or
mt = m * mt
Thanks,
Renan M Z Mendes
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

