Hi Liao,

Have a look at the osgstereoimage example for an illustration of how to
render stereo image/video pairs with the OSG.  The key is having two
subgraphs, one for the left eye and one for the right eye, each subgraph
has it's onw NodeMask and Left/Right Cull traversal masks that select the
appropriate subgraph for the appropriate eye.

Robert.


On 1 September 2013 12:27, Liao Jinyi <cloudend...@qq.com> wrote:

> Hi,
> I want to apply osgviewer stereo mode to a side-by-side image(or other
> format 3D image).but this mode seem not work.How can I implements this
> function.
>
> Thank you!
>
> Cheers,
> liaojinyi
>
> ------------------
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=56046#56046
>
>
>
>
>
> _______________________________________________
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to