From: Braden M. <br...@us...> - 2007-01-22 22:58:39
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv29896 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog Log Message: Enabled #if 0'd code to put the background in a display list. So far, it seems harmless. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.101 retrieving revision 1.1310.2.102 diff -C2 -d -r1.1310.2.101 -r1.1310.2.102 *** ChangeLog 22 Jan 2007 04:32:10 -0000 1.1310.2.101 --- ChangeLog 22 Jan 2007 22:58:37 -0000 1.1310.2.102 *************** *** 1,2 **** --- 1,12 ---- + 2007-01-22 Braden McDaniel <br...@en...> + + * src/libopenvrml-gl/openvrml/gl/viewer.cpp + (openvrml::gl::viewer::insert_background(const + std::vector<float>&, const std::vector<color> &, const + std::vector<float> &, const std::vector<color> &, const image &, + const image &, const image &, const image &, const image &, const + image &)): Enabled #if 0'd code to put the background in a display + list. So far, it seems harmless. + 2007-01-21 Braden McDaniel <br...@en...> |