Skip to content

Commit 6bdaf52

Browse files
committed
Nickname consistency.
1 parent ef7f800 commit 6bdaf52

53 files changed

Lines changed: 53 additions & 53 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/Three.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @author mr.doob / http://mrdoob.com/
2+
* @author mrdoob / http://mrdoob.com/
33
*/
44

55
var THREE = THREE || { REVISION: '50' };

src/cameras/Camera.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @author mr.doob / http://mrdoob.com/
2+
* @author mrdoob / http://mrdoob.com/
33
* @author mikael emtinger / http://gomo.se/
44
*/
55

src/cameras/PerspectiveCamera.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @author mr.doob / http://mrdoob.com/
2+
* @author mrdoob / http://mrdoob.com/
33
* @author greggman / http://games.greggman.com/
44
* @author zz85 / http://www.lab4games.net/zz85/blog
55
*/

src/core/Color.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @author mr.doob / http://mrdoob.com/
2+
* @author mrdoob / http://mrdoob.com/
33
*/
44

55
THREE.Color = function ( hex ) {

src/core/Face3.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @author mr.doob / http://mrdoob.com/
2+
* @author mrdoob / http://mrdoob.com/
33
* @author alteredq / http://alteredqualia.com/
44
*/
55

src/core/Face4.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @author mr.doob / http://mrdoob.com/
2+
* @author mrdoob / http://mrdoob.com/
33
* @author alteredq / http://alteredqualia.com/
44
*/
55

src/core/Geometry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @author mr.doob / http://mrdoob.com/
2+
* @author mrdoob / http://mrdoob.com/
33
* @author kile / http://kile.stravaganza.org/
44
* @author alteredq / http://alteredqualia.com/
55
* @author mikael emtinger / http://gomo.se/

src/core/Matrix4.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @author mr.doob / http://mrdoob.com/
2+
* @author mrdoob / http://mrdoob.com/
33
* @author supereggbert / http://www.paulbrunt.co.uk/
44
* @author philogb / http://blog.thejit.org/
55
* @author jordi_ros / http://plattsoft.com

src/core/Object3D.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @author mr.doob / http://mrdoob.com/
2+
* @author mrdoob / http://mrdoob.com/
33
* @author mikael emtinger / http://gomo.se/
44
* @author alteredq / http://alteredqualia.com/
55
*/

src/core/Projector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @author mr.doob / http://mrdoob.com/
2+
* @author mrdoob / http://mrdoob.com/
33
* @author supereggbert / http://www.paulbrunt.co.uk/
44
* @author julianwa / https://github.com/julianwa
55
*/

0 commit comments

Comments
 (0)