Re: [osg-users] osgscreencapture example

2008-06-05 Thread Jean-Sébastien Guay
Hi all, The code in the example is not bad place to start. OK, here's a first cut, just for comments. Oops, I just realized that I sent that out to all of osg-users. Sorry about that, meant it for osg-submissions. J-S -- __ Jean-Sebastie

Re: [osg-users] osgscreencapture example

2008-06-05 Thread Robert Osfield
On Thu, Jun 5, 2008 at 5:28 PM, Mike Weiblen <[EMAIL PROTECTED]> wrote: > I'm curious, for additional off-screen capture fun, have you explored using > FBO render target, and have you guidance on any subtle sensitivities for > reading via PBO? I haven't tried FBO for off screen capture, but this

Re: [osg-users] osgscreencapture example

2008-06-05 Thread Mike Weiblen
Hi Robert, > -Original Message- > From: [EMAIL PROTECTED] [mailto:osg-users- > [EMAIL PROTECTED] On Behalf Of Robert Osfield > Sent: Wednesday, June 04, 2008 10:32 AM > To: OpenSceneGraph Users > Subject: Re: [osg-users] osgscreencapture example > > Hi J-S, >

Re: [osg-users] osgscreencapture example

2008-06-04 Thread Robert Osfield
Hi J-S, On Wed, Jun 4, 2008 at 4:10 PM, Jean-Sébastien Guay <[EMAIL PROTECTED]> wrote: > Again about new examples. :-) I saw the osgscreencapture example that was > recently added. Observant once more :-) osgscreencapture example was written to test out use of double buffer PBO's for readback of

[osg-users] osgscreencapture example

2008-06-04 Thread Jean-Sébastien Guay
Hello Robert, Again about new examples. :-) I saw the osgscreencapture example that was recently added. Would you like me to use the WindowCaptureCallback from that example as a starting point for the screenshot handler I was planning to write for integration into the stock osgViewer event h