Преглед на файлове

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';