From: Braden M. <br...@us...> - 2007-04-16 07:40:49
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv15175 Modified Files: ChangeLog Log Message: IndexedQuadSet seems to offer a superset of QuadSet's functionality (to the extent that it's not clear why the latter exists as a distinct node). Changed names used in the implementation to reflect that it supports IndexedQuadSet. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1474 retrieving revision 1.1475 diff -C2 -d -r1.1474 -r1.1475 *** ChangeLog 16 Apr 2007 05:10:01 -0000 1.1474 --- ChangeLog 16 Apr 2007 07:40:48 -0000 1.1475 *************** *** 1,4 **** --- 1,19 ---- 2007-04-16 Braden McDaniel <br...@en...> + IndexedQuadSet seems to offer a superset of QuadSet's + functionality (to the extent that it's not clear why the latter + exists as a distinct node). Changed names used in the + implementation to reflect that it supports IndexedQuadSet. + + * src/libopenvrml/openvrml/browser.cpp + (x3d_cad_geometry_component::do_add_to_scope(const + openvrml::browser &, openvrml::scope &, size_t)): Changed URN for + QuadSet to "urn:X-openvrml:node:IndexedQuadSet". + * src/libopenvrml/openvrml/x3d_cad_geometry.cpp: Renamed + quad_set_node to indexed_quad_set_node; renamed quad_set_metatype + to indexed_quad_set_metatype. + + 2007-04-16 Braden McDaniel <br...@en...> + * examples/sdl_viewer.cpp (browser::do_get_resource(const std::string &)): Use the MIME type |