Hi Raymond,

Is there a way to let the osg open just 1 window that spans accross the
2 monitors?

You can modify osgviewer to create the context in any way you like. By default when using run() it will call one of the setUpView*() methods, in this case setUpViewAcrossAllScreens(). You can check out that code to see. In your case you'd want to set the traits to have decorations off, origin at (0,0) and size = (w0+w1, h0) for example.

J-S
--
______________________________________________________
Jean-Sebastien Guay    jean-sebastien.g...@cm-labs.com
                               http://www.cm-labs.com/
                        http://whitestar02.webhop.org/
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to