Explorar el Código

add new credits to Quaternion.js

Ben Houston hace 12 años
padre
commit
e2e5cb13bd
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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 ) {