浏览代码

add new credits to Quaternion.js

Ben Houston 12 年之前
父节点
当前提交
e2e5cb13bd
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/math/Quaternion.js

+ 2 - 0
src/math/Quaternion.js

@@ -2,6 +2,8 @@
  * @author mikael emtinger / http://gomo.se/
  * @author alteredq / http://alteredqualia.com/
  * @author WestLangley / http://github.com/WestLangley
+ * @author bhouston / http://exocortex.com
+ * @author Hasan Kamal-Al-Deen / [email protected]
  */
 
 THREE.Quaternion = function( x, y, z, w ) {