Hi, I look at the osgManipulator example and since I have not found any information about Dragger and Selection I have a question about this technique.
So, in the osgManipulator example, we can move, rotate... some geometries. But, What I would like to know is what is affected by theses manipulations. I mean, in the example (addDraggerToScene method), each geode has a selection as parent. Then selection is added to a root group. To this root group, we add a Dragger. Then we connect the Dragger and the selection (to receive commands from Dragger and send them to the selection). The this root group is added as a Child to a Matrix Transform node. What I would like to know is which node (position, rotation...) is changed ? The transformNode (Matrix Transform) or the selection Node (which is a MatrixTransform) ? Thank you. ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=39764#39764 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

