Browse Source

use default value

sunag 4 năm trước cách đây
mục cha
commit
c3f83169d6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      examples/webgpu_instance_uniform.html

+ 1 - 1
examples/webgpu_instance_uniform.html

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