Explorar el Código

use default value

sunag hace 4 años
padre
commit
c3f83169d6
Se han modificado 1 ficheros con 1 adiciones y 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();
 
 				}