Hi Robert and all, I would just like to be sure of something about osgViewer and event handling. When an event occurs, it is passed in this order to : 1 - the event handlers added with viewer.addEventHandler. 2 - the camera manipulator added with viewer.setCameraManipulator. 3 - it traverse the graph for event callbacks.
And when one of these handlers return true, the osgGA::GUIEventAdapter returns true when we ask for getHandled. Is it right ? I also have one question, is it possible to change this order ? for example first traverse the graph and then pass it to the event handlers ? Thanks in advance ! -- Serge Lages http://www.magrathea-engine.org
_______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
