Browse Source

Updated builds.

Mugen87 1 year ago
parent
commit
0ff75bd280
5 changed files with 59 additions and 39 deletions
  1. 28 18
      build/three.cjs
  2. 28 18
      build/three.module.js
  3. 0 0
      build/three.module.min.js
  4. 3 3
      build/three.webgpu.js
  5. 0 0
      build/three.webgpu.min.js

File diff suppressed because it is too large
+ 28 - 18
build/three.cjs


File diff suppressed because it is too large
+ 28 - 18
build/three.module.js


File diff suppressed because it is too large
+ 0 - 0
build/three.module.min.js


+ 3 - 3
build/three.webgpu.js

@@ -63128,7 +63128,7 @@ class Renderer {
 		const { currentColorSpace } = this;
 		const { currentColorSpace } = this;
 
 
 		const useToneMapping = this._renderTarget === null && ( this.toneMapping !== NoToneMapping );
 		const useToneMapping = this._renderTarget === null && ( this.toneMapping !== NoToneMapping );
-		const useColorSpace = currentColorSpace !== LinearSRGBColorSpace && currentColorSpace !== NoColorSpace;
+		const useColorSpace = this._renderTarget === null && ( currentColorSpace !== LinearSRGBColorSpace && currentColorSpace !== NoColorSpace );
 
 
 		if ( useToneMapping === false && useColorSpace === false ) return null;
 		if ( useToneMapping === false && useColorSpace === false ) return null;
 
 
@@ -65326,7 +65326,7 @@ ${ flowData.code }
 
 
 			const array = dataAttribute.array;
 			const array = dataAttribute.array;
 
 
-			if ( ( array instanceof Uint32Array || array instanceof Int32Array || array instanceof Uint16Array || array instanceof Int16Array ) === false ) {
+			if ( ( array instanceof Uint32Array || array instanceof Int32Array || array instanceof Int16Array ) === false ) {
 
 
 				nodeType = nodeType.slice( 1 );
 				nodeType = nodeType.slice( 1 );
 
 
@@ -66130,7 +66130,7 @@ class WebGLAttributeUtils {
 			bytesPerElement: array.BYTES_PER_ELEMENT,
 			bytesPerElement: array.BYTES_PER_ELEMENT,
 			version: attribute.version,
 			version: attribute.version,
 			pbo: attribute.pbo,
 			pbo: attribute.pbo,
-			isInteger: type === gl.INT || type === gl.UNSIGNED_INT || type === gl.UNSIGNED_SHORT || attribute.gpuType === IntType,
+			isInteger: type === gl.INT || type === gl.UNSIGNED_INT || attribute.gpuType === IntType,
 			id: _id$1 ++
 			id: _id$1 ++
 		};
 		};
 
 

File diff suppressed because it is too large
+ 0 - 0
build/three.webgpu.min.js


Some files were not shown because too many files changed in this diff