H Robert, I have tested this problem and I figured out the problem is at _inheritanceMask located at CullSettings which when loading the osgb file is missing the bits for DRAW_BUFFER and READ_BUFFER. Unlike the osg and osgt files during the load of osgb file it calls a function Camera::setRenderTargetImplementation(RenderTargetImplementation impl) and there the bits are missing after it was initially set to 0x7FFFFFFF by setDefaults().
I'm not sure if the problem is happening when it is writing or reading the osgb file yet. I'm running on macosx but we are also having the same problem on a Linux computers. Do you have any idea? Thank you! Cheers, Roni ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=63590#63590 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

