Hi Paul, On 4. Feb 2013, at 3:18, Paul [via Software] <[email protected]> wrote:
> we are using a slightly modified form of osgscaleviewer in our lab > and would now like to move onto using fbos in our application . at the moment > we are setting up fbos on osg's side but fbo setup is failing. what > initialization is required on equalizers part if any to correctly setup > fbos in equalizer ? There shouldn't be anything special to do. The only thing which is needed to keep Equalizer happy is to have a drawable and context during certain operations. In your case the FBO setup already fails, so I guess it's more in that end of the code. Where and how are you setting up the FBO's? Are you on Windows - if yes, take care of the GL function dispatch (GLEW or OSG's equivalent). Cheers, Stefan -- View this message in context: http://software.1713.n2.nabble.com/osgScaleViewer-and-FBO-setup-tp7582427p7582428.html Sent from the Equalizer - Parallel Rendering mailing list archive at Nabble.com. _______________________________________________ eq-dev mailing list [email protected] http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

