Update of /cvsroot/openvrml/openvrml
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23167
Modified Files:
ChangeLog
Log Message:
Swallow the openvrml::no_alternative_url exception when loading Background node textures.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v
retrieving revision 1.1257
retrieving revision 1.1258
diff -C2 -d -r1.1257 -r1.1258
*** ChangeLog 8 Jul 2006 07:00:34 -0000 1.1257
--- ChangeLog 9 Jul 2006 05:25:00 -0000 1.1258
***************
*** 1,2 ****
--- 1,14 ----
+ 2006-07-09 Braden McDaniel <br...@en...>
+
+ Swallow the openvrml::no_alternative_url exception when loading
+ Background node textures.
+
+ * src/libopenvrml/openvrml/vrml97node.cpp
+ (update_texture(background_node &, boost::recursive_mutex &, const
+ openvrml::mfstring &, openvrml::image)): Added function; called by
+ background_node::update_textures; swallow the
+ openvrml::no_alternative_url exception.
+ (background_node::update_textures()): Delegate to update_texture.
+
2006-07-08 Braden McDaniel <br...@en...>
|