I like to set an event handler for osgGA::GUIEventAdapter::FRAME, which is fired near the beginning of the whole frame traversal.
Tim On Mon, Aug 16, 2010 at 5:57 PM, Torben Dannhauer < [email protected]> wrote: > Hi Robert, > > of course this solution is possible. But the software hast many modules, > and some of them requre some actions prior to the first traversal. Adding > all of them manually to the frameloop is'nt very modular because the > maintainer of the loop has to take care of every module. If there would be > a preFrame Callback, each module could register to the callback and it would > be self maintaining. > > Ok, then I'll implement it in the frame loop. Thanks anyway! :) > > > Cheers, > Torben > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=30794#30794 > > > > > > _______________________________________________ > 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

