Jelajahi Sumber

BasicNodeMaterial: Update authors

Signed-off-by: martinRenou <[email protected]>
martinRenou 5 tahun lalu
induk
melakukan
38e8bf57fb

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