Browse Source

Updated builds.

Mugen87 2 years ago
parent
commit
d6f3887cb7
5 changed files with 3 additions and 3 deletions
  1. 1 1
      build/three.cjs
  2. 1 1
      build/three.js
  3. 0 0
      build/three.min.js
  4. 1 1
      build/three.module.js
  5. 0 0
      build/three.module.min.js

+ 1 - 1
build/three.cjs

@@ -29211,7 +29211,7 @@ class WebGLRenderer {
 					generateMipmaps: true,
 					generateMipmaps: true,
 					type: extensions.has( 'EXT_color_buffer_half_float' ) ? HalfFloatType : UnsignedByteType,
 					type: extensions.has( 'EXT_color_buffer_half_float' ) ? HalfFloatType : UnsignedByteType,
 					minFilter: LinearMipmapLinearFilter,
 					minFilter: LinearMipmapLinearFilter,
-					samples: ( isWebGL2 && antialias === true ) ? 4 : 0
+					samples: ( isWebGL2 ) ? 4 : 0
 				} );
 				} );
 
 
 				// debug
 				// debug

+ 1 - 1
build/three.js

@@ -29216,7 +29216,7 @@ console.warn( 'Scripts "build/three.js" and "build/three.min.js" are deprecated
 						generateMipmaps: true,
 						generateMipmaps: true,
 						type: extensions.has( 'EXT_color_buffer_half_float' ) ? HalfFloatType : UnsignedByteType,
 						type: extensions.has( 'EXT_color_buffer_half_float' ) ? HalfFloatType : UnsignedByteType,
 						minFilter: LinearMipmapLinearFilter,
 						minFilter: LinearMipmapLinearFilter,
-						samples: ( isWebGL2 && antialias === true ) ? 4 : 0
+						samples: ( isWebGL2 ) ? 4 : 0
 					} );
 					} );
 
 
 					// debug
 					// debug

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


+ 1 - 1
build/three.module.js

@@ -29209,7 +29209,7 @@ class WebGLRenderer {
 					generateMipmaps: true,
 					generateMipmaps: true,
 					type: extensions.has( 'EXT_color_buffer_half_float' ) ? HalfFloatType : UnsignedByteType,
 					type: extensions.has( 'EXT_color_buffer_half_float' ) ? HalfFloatType : UnsignedByteType,
 					minFilter: LinearMipmapLinearFilter,
 					minFilter: LinearMipmapLinearFilter,
-					samples: ( isWebGL2 && antialias === true ) ? 4 : 0
+					samples: ( isWebGL2 ) ? 4 : 0
 				} );
 				} );
 
 
 				// debug
 				// debug

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


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