On 07/27/2011 06:01 PM, Robert Kern wrote:
I just need to change the fov to match the specs of the HMD I am using for a 
virtual reality application.

All you should need to do is call setProjectionMatrixAsPerspective() on each camera. The FOV you know, the aspect you can compute from the HMD's resolution (horizontal/vertical).

--"J"

_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to