소스 검색

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