Browse Source

use default value

sunag 4 years ago
parent
commit
c3f83169d6
1 changed files with 1 additions and 1 deletions
  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();
 
 				}