浏览代码

Examples: Clean up.

Mr.doob 5 年之前
父节点
当前提交
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 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 {