From: Braden M. <br...@us...> - 2005-11-22 02:39:34
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv590 Modified Files: ChangeLog Log Message: Implemented "modified" virtual function. Delegates to the first implementation node. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1037 retrieving revision 1.1038 diff -C2 -d -r1.1037 -r1.1038 *** ChangeLog 21 Nov 2005 06:40:12 -0000 1.1037 --- ChangeLog 22 Nov 2005 02:39:25 -0000 1.1038 *************** *** 1,4 **** --- 1,10 ---- 2005-11-21 Braden McDaniel <br...@en...> + * src/libopenvrml/openvrml/browser.cpp + (proto_node::modified): Implemented "modified" virtual function. + Delegates to the first implementation node. + + 2005-11-21 Braden McDaniel <br...@en...> + * src/libopenvrml/openvrml/vrml97node.cpp (appearance_node::do_render_appearance): Removed call to |