Hi Jason, On Thu, Aug 7, 2008 at 5:40 PM, Jason Beverage <[EMAIL PROTECTED]> wrote: > I've got a few machines that OSG incorrectly believes support > FRAME_BUFFER_OBJECTS so I am manually trying to set the > renderTargetImplementation to PIXEL_BUFFER or PIXEL_BUFFER_RTT.
Could you explain this in more detail. Does the OpenGL driver declare it supports but doesn't? Do you think this is an OSG bug or a driver bug? The reason why I ask this is that it sounds like you are trying to fix one problem that also needs fixing elsewhere. > I noticed > that this call wasn't setting the camera's overlay data properly because the > setRenderTargetImplementation simply calls init() which only does anything > for OBJECT_DEPENDENT_WITH_ORTHOGRAPHIC_OVERLAY. Any subsequent calls to > getOverlayData will simply return the cached OverlayData instead of setting > it up. Just reviewing the code I notice the lack of anything been done in most modes. This suggests that perhaps we should be adding more to these methods to make sure all parameters are propagated correctly. Robert. _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
