Browse Source

add credits.

Ben Houston 12 years ago
parent
commit
0263059a2e
2 changed files with 2 additions and 0 deletions
  1. 1 0
      src/math/Matrix3.js
  2. 1 0
      src/math/Matrix4.js

+ 1 - 0
src/math/Matrix3.js

@@ -1,6 +1,7 @@
 /**
 /**
  * @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
  */
  */
 
 
 THREE.Matrix3 = function ( n11, n12, n13, n21, n22, n23, n31, n32, n33 ) {
 THREE.Matrix3 = function ( n11, n12, n13, n21, n22, n23, n31, n32, n33 ) {

+ 1 - 0
src/math/Matrix4.js

@@ -7,6 +7,7 @@
  * @author alteredq / http://alteredqualia.com/
  * @author alteredq / http://alteredqualia.com/
  * @author mikael emtinger / http://gomo.se/
  * @author mikael emtinger / http://gomo.se/
  * @author timknip / http://www.floorplanner.com/
  * @author timknip / http://www.floorplanner.com/
+ * @author bhouston / http://exocortex.com
  */
  */