Write a nodevisitor which pushes matrix transform of the nodes while traversing, stores it. This stack of matrix transform, can give you the list of matrix transform(s) applied to a model.
Cheers Sumit Pandey -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of lucie lemonnier Sent: Wednesday, July 21, 2010 16:00 To: [email protected] Subject: [osg-users] Retrieve MatrixTransform of a loaded model Hi, I load a 3D model of terrain in my scenegraph and I want to retrieve the data of the MatrixTransform of my model in my code. What should I do? Thank you! Cheers, lucie ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=30160#30160 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

