In SimpleViewer::frameUpdateTraversal function, orthographicCamera
calculation has some typos. It should read

bool orthographicCamera = (pm(0,3)==0.0) && (pm(1,3)==0.0) && (pm(2,3)==0.0)
&& (pm(3,3)==1.0);

--
Orhun Birsoy
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to