Re: [osg-users] GraphicsContext resizedCallback/resizedImplementation bug

2009-09-04 Thread Steven Powers
Hi, I suspected that as well ... but I browsed the source code for 2.8.2 and it looked like it would exhibit the same problem. It might be a couple months before I am able to upgrade to 2.8.2. Thank you! Cheers, Steven -- Read this topic online here: http://forum.openscenegrap

Re: [osg-users] GraphicsContext resizedCallback/resizedImplementation bug

2009-09-04 Thread Robert Osfield
Hi Steven, I think that this issue might have been resolved in 2.8.2. I would strongly recommend upgrading to 2.8.2. The API changes should be pretty isolated w.r.t 2.2 so porting should be quite straight forward and you'll get lots and lots of bug fixes as well as general improvements. And.. y

[osg-users] GraphicsContext resizedCallback/resizedImplementation bug

2009-09-03 Thread Steven Powers
Hi, OSG 2.2 The original issue: I have a graphics context with multiple cameras. Some of which are rendering to an attached image. When I resize the graphics context ALL of the camera's viewports are resized. I did not want this to happen so I defined my own ResizedCallback which will only resiz