瀏覽代碼

BasicNodeMaterial: Update authors

Signed-off-by: martinRenou <[email protected]>
martinRenou 5 年之前
父節點
當前提交
38e8bf57fb
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      examples/jsm/nodes/materials/BasicNodeMaterial.js
  2. 1 0
      examples/jsm/nodes/materials/nodes/BasicNode.js

+ 1 - 0
examples/jsm/nodes/materials/BasicNodeMaterial.js

@@ -1,5 +1,6 @@
 /**
  * @author sunag / http://www.sunag.com.br/
+ * @author martinRenou / https://github.com/martinRenou
  */
 
 import { SimpleNode } from './nodes/SimpleNode.js';

+ 1 - 0
examples/jsm/nodes/materials/nodes/BasicNode.js

@@ -1,5 +1,6 @@
 /**
  * @author sunag / http://www.sunag.com.br/
+ * @author martinRenou / https://github.com/martinRenou
  */
 
 import { Node } from '../../core/Node.js';