Update of /cvsroot/openvrml/openvrml
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17861
Modified Files:
Tag: OpenVRML-0_16-BRANCH
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.1310.2.81
retrieving revision 1.1310.2.82
diff -C2 -d -r1.1310.2.81 -r1.1310.2.82
*** ChangeLog 1 Jan 2007 07:12:29 -0000 1.1310.2.81
--- ChangeLog 1 Jan 2007 21:25:20 -0000 1.1310.2.82
***************
*** 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.
|