소스 검색

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 ) {
 
-			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 );
 
 		}
 

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
build/three.module.min.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 329 - 5
build/three.webgpu.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
build/three.webgpu.min.js


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.