浏览代码

Updated builds.

Mugen87 1 年之前
父节点
当前提交
b4090aab0c
共有 5 个文件被更改,包括 331 次插入7 次删除
  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 ) {
 		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 ) {
 		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 );
 
 
 		}
 		}
 
 

文件差异内容过多而无法显示
+ 0 - 0
build/three.module.min.js


文件差异内容过多而无法显示
+ 329 - 5
build/three.webgpu.js


文件差异内容过多而无法显示
+ 0 - 0
build/three.webgpu.min.js


部分文件因为文件数量过多而无法显示