Hi, as far as I know, you can only make rotate/translate/scale once on a matrix because it resets the prior values.
But you can always create a matrix as you did, and add its operation via multiplying your temporary matrix with the final matrix. This way you can sum up your operations in one matrix. Cheers, Torben ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=28266#28266 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

