Re: [osg-users] side-by-side stereo display

2007-08-21 Thread Laurens Voerman
Hi Tom, for wat you're describing set OSG_STEREO=ON set OSG_STEREO_MODE=HORIZONTAL_SPLIT should do the trick. See http://www.openscenegraph.org/index.php?page=UserGuides.StereoSettings for more details. Laurens Voerman HPC&V CIT University of Groningen www: http://www.rug.nl/cit/hpcv Tom Pearce

Re: [osg-users] side-by-side stereo display

2007-08-21 Thread Robert Osfield
Hi Tom, Just enable HORIZONTAL_SPLIT stereo either via the OSG_STEREO_MODE env var or set it via the osg::DisplaySettings::instance() singleton before you app starts up. Robert. On 8/20/07, Tom Pearce <[EMAIL PROTECTED]> wrote: > Hey everyone, > > I'm new (in the past couple months) to OSG and t

[osg-users] side-by-side stereo display

2007-08-20 Thread Tom Pearce
Hey everyone, I'm new (in the past couple months) to OSG and to this list, and I was hoping someone could point me in the right direction on this question: How do I best go about getting two views into a scene to display side-by-side in a window so a stereo monitor can display it properly? I need