On Fri, Apr 24, 2009 at 8:11 PM, Roland Smeenk <roland.sme...@tno.nl> wrote: > Interesting development. For a current project we need one view that runs at > 5 Hz and several other views that run at 15 Hz (all in separate > graphicscontexts). No, I am not joking. This is used to simulate real life > camera behaviour. We do our own version of the frame method, but that still > is too high level for achieving the required timing granularity. > > How about this?
This type of frame rate management is well beyond what I'd expect the viewer convenience methods like run to handle. You should expect to roll your own frame management for this type of app. Robert. _______________________________________________ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org