From: Braden M. <br...@us...> - 2007-05-31 14:53:55
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv24422 Modified Files: ChangeLog Log Message: Changed default_viewpoint_ to be an intrusive_ptr<viewpoint_node>; changed default_navigation_info_ to be an intrusive_ptr<navigation_info_node>. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1512 retrieving revision 1.1513 diff -C2 -d -r1.1512 -r1.1513 *** ChangeLog 31 May 2007 07:59:32 -0000 1.1512 --- ChangeLog 31 May 2007 14:53:52 -0000 1.1513 *************** *** 1,4 **** --- 1,11 ---- 2007-05-31 Braden McDaniel <br...@en...> + * src/libopenvrml/openvrml/browser.h + (openvrml::browser): Changed default_viewpoint_ to be an + intrusive_ptr<viewpoint_node>; changed default_navigation_info_ to + be an intrusive_ptr<navigation_info_node>. + + 2007-05-31 Braden McDaniel <br...@en...> + Ensure indices into coordinate, normal, and color data are valid before using them in the renderer. |