Explorar o código

use default value

sunag %!s(int64=4) %!d(string=hai) anos
pai
achega
c3f83169d6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();
 
 				}