Hi Mario,

On Nov 6, 2007 8:35 AM, Mario Valle <[EMAIL PROTECTED]> wrote:
> But this opens a question: which is the goal of adding a virtual
> requestContinuousUpdate() to osgViewer::GraphicsWindow? Who calls it?

The reason is mainly done to history, osgGA::GUIActionAdapter dates
back to early days of the OSG and osgGLUT::Viewer that wasn't a frame
driven Viewer like later osgProducer::Viewer or
osgViewer::(Composite)Viewer classes have become - which is why this
old API is a non op right now.

I would  like to evolve the osgViewer to be better support more event
driven style apps, I don't know yet how best to present this, its
possible right now - just mannually call the frame form the GUI
toolkit callbacks, but it isn't as elgant as it could be - requiring
subclassing of Viewer is a suggestion that it isn't ideal.

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

Reply via email to