> Hello, > > I'm trying to display a simple OpenSceneGraph application on a 3d > active tv that supports SBS Half (Half Side-by-Side) in FullHD > resolution. > > I've already tried using stereo configuration for Side-by-side > (HORIZONTAL_SPLIT) but the result is a stretched image. It seems that > HORIZIONTAL_SPLIT was introduced to support output for CardBoard-like > devices. > > Does exist a simple configuration to obtain the type of output I'm > looking for? Or it is required to set it manually configuring the osg > camera?
There's a wiki page which might help, but I don't think it solves your stretching problem. http://trac.openscenegraph.org/projects/osg//wiki/Support/UserGuides/StereoSettings Depending on your GFX card you might be able to set quad-buffer and do the left/right split at the GFX card. Simon _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

