Hi John, On Sat, Jan 10, 2009 at 9:08 PM, Argentieri, John-P63223 <[email protected]> wrote: > I've been having trouble trying to create a GraphicsWindowX11 context that > is both realized and unmapped. Does anyone know if this is currently > possible in any osg version? > > If not, is it expected for 2.8?
There isn't any support implemented in osgViewer for doing this, one could add it, but it's not something I have planned for 2.8. You are welcome to dive into the code to see how you might implement it. One may need to extend the osg::GraphicsContext base class to support the idea of having unmapped windows/contexts. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

