Hello Micha,
is there a way to integrate only one view of a CompositeViewer within the WxWidgets-Application (Canvas), but let the other views standalone? The thing is, that the other views should be fullscreen.
Yes, just create a standard graphics context (not GraphicsWindowEmbedded or setting inherited window on the traits) however you want (windowed, fullscreen, whatever) and set it to the camera of your additional views which you want standalone.
You can look at the code for osgViewer::View::setUpViewOnSingleScreen(), setUpViewAcrossAllScreens(), setUpViewInWindow() etc. for inspiration.
Hope this helps, J-S -- ______________________________________________________ Jean-Sebastien Guay [email protected] http://www.cm-labs.com/ http://whitestar02.webhop.org/ _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

