sunag 4 rokov pred
rodič
commit
c3f83169d6
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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();
 
 				}