Hi, everyone,

I have made some application by using osg library.
Nowadays, I have been tring to find any way of nagative parallax stereo 
rendering in OSG but I could not have found.

I've been succed to make positive parallax stereo rendering by following code.

osg::DisplaySettings::instance()->setStereo(true);
osg::DisplaySettings::instance()->setStereoMode(osg::DisplaySettings::HORIZONTAL_SPLIT);
        
osg::DisplaySettings::instance()->setEyeSeparation(0.04);

I think I have to know how to change two camera's focal length which is 
generated by stereomode from OSG.

Is there anyone who knows that?

Thanks your helps!
... 


Thank you!

Cheers,
HyeongCheol

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=21180#21180





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to