Browse Source

add new credits to Quaternion.js

Ben Houston 12 năm trước cách đây
mục cha
commit
e2e5cb13bd
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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 ) {