From: Braden M. <br...@us...> - 2006-10-18 05:57:01
|
Update of /cvsroot/openvrml/openvrml/src/libopenvrml-gl/openvrml/gl In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14364/src/libopenvrml-gl/openvrml/gl Modified Files: viewer.cpp Log Message: Fixed some residual uses of the openvrml::mat4f constructor. Index: viewer.cpp =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml-gl/openvrml/gl/viewer.cpp,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -d -r1.47 -r1.48 *** viewer.cpp 10 Oct 2006 21:50:05 -0000 1.47 --- viewer.cpp 18 Oct 2006 05:56:59 -0000 1.48 *************** *** 1146,1150 **** { assert(this->browser()); ! this->browser()->active_viewpoint().user_view_transform(mat4f()); this->post_redraw(); } --- 1146,1150 ---- { assert(this->browser()); ! this->browser()->active_viewpoint().user_view_transform(make_mat4f()); this->post_redraw(); } |