"lucie lemonnier" writes:

> I know how to create a node visitor but I don't know how to traverse the node 
> and simultaneously retrieve and store the MatrixTransform.

Hi lucie,

from every node you reach with the NodeVisitor, you can get the
transform list from the root with osg::Node::getWorldMatrices.

-- 
Alberto

_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to