On 6/18/07, Eric Sokolowsky <[EMAIL PROTECTED]> wrote:
I routinely use a dual-monitor setup on Linux. I also use osgProducer's viewer and use a Producer camera config file to tell Producer exactly where to display the window and to take input. I understand that this functionality is not available in the new osgviewer.
Config file support is not *yet* in osgViewer, but it will be. There is already some code checked in for reading and writing .osgViewer config files, but its not functionality enough to use in anger, this will be completed for 2.0.1. Programmaticaly you can control exact which display and screen that osgViewer::GraphicsWindow will appear on. On theosgviewer command line you can set when screen number you want to display on using --screen <num> as well as windowed mode via --window x y width height. You can also use the env vards OSG_SCREEN and OSG_WINDOW to do similar things. Robert. _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
