From: Braden M. <br...@us...> - 2007-04-16 07:40:17
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv15080 Modified Files: Tag: OpenVRML-0_16-BRANCH 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.1310.2.149 retrieving revision 1.1310.2.150 diff -C2 -d -r1.1310.2.149 -r1.1310.2.150 *** ChangeLog 16 Apr 2007 05:09:47 -0000 1.1310.2.149 --- ChangeLog 16 Apr 2007 07:40:16 -0000 1.1310.2.150 *************** *** 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 |