Browse Source

add new credits to Quaternion.js

Ben Houston 12 years ago
parent
commit
e2e5cb13bd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/math/Quaternion.js

+ 2 - 0
src/math/Quaternion.js

@@ -2,6 +2,8 @@
  * @author mikael emtinger / http://gomo.se/
  * @author mikael emtinger / http://gomo.se/
  * @author alteredq / http://alteredqualia.com/
  * @author alteredq / http://alteredqualia.com/
  * @author WestLangley / http://github.com/WestLangley
  * @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 ) {
 THREE.Quaternion = function( x, y, z, w ) {