Hi Thomas, Could you please post the complete source file to osg-submissions.
Thanks, Robert. On Thu, Oct 30, 2008 at 7:06 PM, thomas weidner <[EMAIL PROTECTED]> wrote: > Hi, > > I use osgViewer::CompositeViewer with several views. All views share > parts of their scene graphs. Within these common part some nodes have > event handlers which use the action adapter argument to the event > handler to determinate which view received the event. > Here is the problem, osgViewer::CompositeViewer::eventTraversal sets > the action adapter field in the EventVisitor always to the last view > which received an event, instead of using the view which actually > received the event, so determination of the correct view does not work. > I looked at the code a bit, and moved the code for setting the action > adapter to a IMO better place. > > btw, on every mouse move all views seem to receive FRAME events, is > that normal or is it some glitch within my application? > > thanks in advance, thomas > > _______________________________________________ > 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

