Hello
I have multiple cameras, each one needs to have a target frame rate (for
example, 60 fps), but cameras can have different desired frame rates.
(This will be achieved using timers and clocks).

If all cameras had the same target rate, I could easily use CompositeViewer
and call frame() at 60 fps, calling all cameras/views at once.
But if every camera needs its own rate, how do I do this? A View doesn't
have a frame() function, only Viewers do.
I thought having a composite viewer made of Viewers instead of Views, and
then I could call osgViewer::frame() on each frame when needed.

Any tips?

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

Reply via email to