On Wed, Apr 14, 2010 at 3:24 PM, Paul Gotzel <[email protected]> wrote: > Robert, > > Unfortunately, this causes another problem. Now when I do this:
It doesn't cause another other problems, the resize issue was there before... > $ osgviewerd --run-on-demand --window 0 0 400 400 cow.osg > > The window doesn't rerender on resize or repaint. I would expect that a > window resize would set a need to render flag. Thanks for you help. The Viewer::checkNeedToDoFrame() does do an event traversal, and includes a check to see if the _requestRedraw has been set, so the infrastructure is there, but it would look like resize and repaint don't set these. I've got a big backlog of submission to handle, and not much time available so could you please have a bash at debugging this further. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

