2
0
Mr.doob 5 жил өмнө
parent
commit
e908bb4d21

+ 1 - 1
examples/js/WebGL.js

@@ -1,6 +1,6 @@
 /**
  * @author alteredq / http://alteredqualia.com/
- * @author mr.doob / http://mrdoob.com/
+ * @author mrdoob / http://mrdoob.com/
  */
 
 THREE.WEBGL = {

+ 1 - 1
examples/jsm/WebGL.js

@@ -1,6 +1,6 @@
 /**
  * @author alteredq / http://alteredqualia.com/
- * @author mr.doob / http://mrdoob.com/
+ * @author mrdoob / http://mrdoob.com/
  */
 
 

+ 1 - 1
examples/jsm/misc/TubePainter.js

@@ -1,5 +1,5 @@
 /**
- * @author mr.doob / http://mrdoob.com/
+ * @author mrdoob / http://mrdoob.com/
  */
 
 import {

+ 1 - 1
examples/jsm/textures/FlakesTexture.js

@@ -1,5 +1,5 @@
 /**
- * @author mr.doob / http://mrdoob.com/
+ * @author mrdoob / http://mrdoob.com/
  */
 
 class FlakesTexture {