Hi, In our project we are building and interface between OSG and OpenCL. To remove all the overhead in this interface I want OSG to render to two renderbuffers that are attached to an FBO of the main camera. One renderbuffer is for GL_RGBA data, the other for GL_DEPTH_COMPONENT24 data.
Until now, I have not been successful to get any useful data in the renderbuffer attachments of the FBO. What I am looking for is a working and building example that renders to one ore more renderbuffer attachments to the FBO of the (preferably main) camera. Best regards, Edwin ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=50906#50906 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

