Re: [osg-users] save image and FBO, pbuffer etc

2008-02-15 Thread Robert Osfield
Hi Jansen, Could you try OSG-2.2 or even better 2.3.x or SVN version of the OSG, there have been improvements to the handling of fallbacks so there chance that the problem you have might be addressed. Robert. On Mon, Feb 4, 2008 at 1:58 AM, Jansen Yu [EMAIL PROTECTED] wrote: Hi OSG folks,

[osg-users] save image and FBO, pbuffer etc

2008-02-03 Thread Jansen Yu
Hi OSG folks, I have a problem on saving screen image. I’m using osg2.0 compositeViewer and a slave camera to catch screen shot generated by master camera, through a snap image post draw call back deriving from osg::Camera::DrawCallback, in a wxWidgets environment. It works well for FBO.