Mr.doob 6 лет назад
Родитель
Сommit
e908bb4d21
4 измененных файлов с 4 добавлено и 4 удалено
  1. 1 1
      examples/js/WebGL.js
  2. 1 1
      examples/jsm/WebGL.js
  3. 1 1
      examples/jsm/misc/TubePainter.js
  4. 1 1
      examples/jsm/textures/FlakesTexture.js

+ 1 - 1
examples/js/WebGL.js

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

+ 1 - 1
examples/jsm/WebGL.js

@@ -1,6 +1,6 @@
 /**
 /**
  * @author alteredq / http://alteredqualia.com/
  * @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 {
 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 {
 class FlakesTexture {

粤ICP备19079148号