I have 4 osgViewer::View's I want to grab and save an image from each.
I tried to use osgViewer::ScreenCaptureHandler as part of the composite
view but only one view is captured. Then I tried to addEventHandler() to
each individual view
to test capturing one at a time but it only captured one camera/window with
the same view even if the mouse focus is switched from one view to another.
In the latter case, I even tried creating
4 separate ScreenCaptureHandler's to addEventHandler() to each
osgViewer::View.

Can someone suggest how and if osgViewer::ScreenCaptureHandler can be used
in this way?

thanks very much!


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

Reply via email to