Hi Roman, What problems are you seeing?
What type of RTT pipeline are you using? How are you setting up your RTT? If you want you can just set up stereo using two Viewer slave Cameras, which might offer you a might more high level management of stereo than the SceneView based support. Robert. On Wed, Dec 10, 2008 at 10:20 AM, Roman Grigoriev <[EMAIL PROTECTED]> wrote: > Good day > I try to use stereo modes for stereo HMD rendering > But I use also RTT postprocessing and simple adding this code to my app > don't work > > osg::DisplaySettings::instance()->setStereo(true); > osg::DisplaySettings::instance()->setStereoMode(osg::DisplaySettings::Stereo > Mode::HORIZONTAL_SPLIT); > > so I need manually create 2 windows on each DVI output have and 2 cameras > that render left and right? > Maybe there is elegant solution to this situation? > > Thanx in advance > Roman > > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

