Hello Martin,
I guess it wouldn't work, because I use the setUpViewerAsEmbeddedInWindow(...)-Method of the osgViewer::Viewer. The composite viewer don't have this function.
But that method is not "magical", you can just copy the code from it and do it yourself. All it does AFAIK is create a GraphicsWindowEmbedded and set it on the Viewer's camera. Just do the same, but create your osgViewer::Views and set the context on each of those views' cameras.
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

