Hi Marco, On Tue, May 27, 2014 at 10:11:32AM +0200, Marco Kliko wrote: > As our applcation has multiple pages, the OSG window only should be > visible when the page is active that needs to show the 3D-model. I > had in mind to put the osg window on top of the apllication page. > Combining this without the windowDecoration, this could look like it > is embedded in the application. > > What I need is a function to let a windows without windowDecoration > appear and a function to let a window disappear.
That should be the job of the gui toolkit you're using. Normally you have a special widget which supports the rendering with OpenGL. By using this OpenGL widget on one page, the toolkit should take for everything else when you're changing the pages. Greetings, Daniel _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

