> can I add matrixtransform to another matrixtransfrom in > order to get the total effect the two matrixtransforms?
This is the role of a scene graph... Just add a matrix transform as a child of another one (or any other hierarchy) and matrices will correctly be multiplied during graph traversal. Sukender PVLE - Lightweight cross-platform game engine - http://pvle.sourceforge.net/ _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

