浏览代码

use default value

sunag 4 年之前
父节点
当前提交
c3f83169d6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/webgpu_instance_uniform.html

+ 1 - 1
examples/webgpu_instance_uniform.html

@@ -35,7 +35,7 @@
 
 
 					this.updateType = NodeUpdateType.Object;
 					this.updateType = NodeUpdateType.Object;
 
 
-					this.inputNode = new ColorNode( new THREE.Color() );
+					this.inputNode = new ColorNode();
 
 
 				}
 				}