Hi all,

Im trying to port my app from osgViewer::Viewer to
osgViewer::CompositeViewer in order to handle multiple views of the same
scene. I am using Qt based on the example app provided in the svn, but now
when i call the frame() method on the viewer, the associated views are not
redrawn, so the only thing i can do is call the updateGL() method of each
QGLWidget manually each time i call frame().

Previously my app called the frame() method each time the paintGL() event
was invoked, but now is the CompositeViewer who has the control. Is there a
way to  make  the  CompositeViewer's frame() operation update all the
associated views?

I tried with calling requestRedraw() on the paintGL()  method, but that
makes no difference.

Thanks to all in advance.

-- 
Enrique...
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to