From: Braden M. <br...@us...> - 2007-01-01 21:25:46
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17885 Modified Files: ChangeLog Log Message: Fixed SFRotation axis normalization checks in the Script node JavaScript binding. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1404 retrieving revision 1.1405 diff -C2 -d -r1.1404 -r1.1405 *** ChangeLog 1 Jan 2007 07:12:44 -0000 1.1404 --- ChangeLog 1 Jan 2007 21:25:45 -0000 1.1405 *************** *** 1,4 **** --- 1,18 ---- 2007-01-01 Braden McDaniel <br...@en...> + Fixed SFRotation axis normalization checks in the Script node + JavaScript binding. + + * src/libopenvrml/openvrml/script.cpp + (normalized(const openvrml::vec3f &)): Added convenience function. + (SFRotation::initObject(JSContext *, JSObject *, const + jsdouble (&)[4])): Fixed check to see if axis is normalized. + (SFRotation::setProperty(JSContext *, JSObject *, jsval, jsval*)): + Fixed check to see if axis is normalized. + (SFRotation::setAxis(JSContext *, JSObject *, uintN, jsval *, + jsval *)): Fixed check to see if axis is normalized. + + 2007-01-01 Braden McDaniel <br...@en...> + * doc/doxygen-footer: Added Google Analytics tracking scripts. |