Explorar o código

Updated builds.

Mugen87 hai 1 ano
pai
achega
b4090aab0c
Modificáronse 5 ficheiros con 331 adicións e 7 borrados
  1. 1 1
      build/three.cjs
  2. 1 1
      build/three.module.js
  3. 0 0
      build/three.module.min.js
  4. 329 5
      build/three.webgpu.js
  5. 0 0
      build/three.webgpu.min.js

+ 1 - 1
build/three.cjs

@@ -33167,7 +33167,7 @@ class InstancedMesh extends Mesh {
 
 		if ( this.instanceColor === null ) {
 
-			this.instanceColor = new InstancedBufferAttribute( new Float32Array( this.instanceMatrix.count * 3 ), 3 );
+			this.instanceColor = new InstancedBufferAttribute( new Float32Array( this.instanceMatrix.count * 3 ).fill( 1 ), 3 );
 
 		}
 

+ 1 - 1
build/three.module.js

@@ -33165,7 +33165,7 @@ class InstancedMesh extends Mesh {
 
 		if ( this.instanceColor === null ) {
 
-			this.instanceColor = new InstancedBufferAttribute( new Float32Array( this.instanceMatrix.count * 3 ), 3 );
+			this.instanceColor = new InstancedBufferAttribute( new Float32Array( this.instanceMatrix.count * 3 ).fill( 1 ), 3 );
 
 		}
 

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
build/three.module.min.js


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 329 - 5
build/three.webgpu.js


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
build/three.webgpu.min.js


Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio