[osg-users] render to texture only delivers black texture

2008-07-10 Thread Steffen Kim
Hi everyone. I have some issues with rendering to a texture. I am writing a plug-in for an application. This application has a main-viewer-window, where it displays a scene. My plug-in has an own window with a new viewer and everything. The new window now needs a texture showing what the main

Re: [osg-users] render to texture only delivers black texture

2008-07-10 Thread Robert Osfield
Hi Steffen, I'm finding it hard to follow exactly what your set up is. Since I'm not clear the best I can do is have an educated guess. Could it be that you are using rendering to the texture in one graphics context, then trying to reuse that same texture in another graphics context? Robert.