Hi Christina,

But How to set the point of view more left/right on one screen?

You mean so that you see a different part of the scene on the second screen than on the first? For example, if you want the two screens to look as if they were one single screen?

To do that you add an offset to the projection matrix. Have a look at the osgViewer::View::setUpViewAcrossAllScreens() method in the OSG source code, I think it does what you want already and if you want to do it yourself then it will show you how to do it.

Hope this helps,

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