Hi Wojtek et. al, I have just checked in the changes but to avoid regression on some users systems I've temporarily reverted the disabling of the forcing on of colour and depth buffer. But setting:
#define FORCE_COLOR_ATTACHMENT 1 #define FORCE_DEPTH_ATTACHMENT 1 At the top of src/osgUtil/RenderStage. I say temporarily as I believe we'll need to come up with a runtime override scheme that allows users to set the defaults for the above at runtime, perhaps via the the standard osg::DisplaySettings class that is used right now for various global settings, with env vars available to customize the defaults. It could be that we need to come up with a simple file format for specifying these types defaults for various hardware/OS targets, and make it possible to load this file at runtime to configure things. This is a more general issue than just FBOs, but this FBO issue is probably a good catlyst for getting some kind of solution. Thoughts? Suggestions? Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

