Re: [osg-users] CompositeViewer and ScreenCapture Handler

2011-09-28 Thread Scott Wasinger
Stephan I've been looking at a similar problem and I believe that I may have a possible solution. if you look in the api documentation for the CompositeViewer there is method called osgViewer::View * getView(unsigned int index) using this you could specify which view you want to capture bas

[osg-users] CompositeViewer and ScreenCapture Handler

2011-09-26 Thread Stephan Irgenfried
Hi, i have a composite viewer that holds two views. Currently, it always captures the frame of the view which is added first to the composite viewer. If i change the sequence of adding the views to the composite viewer, i get a frame of the second view. captureNextFrame wants me to pass in the