Browse Source

Updated builds.

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

+ 1 - 2
build/three.cjs

@@ -29462,8 +29462,7 @@ class WebGLRenderer {
 					generateMipmaps: true,
 					type: ( extensions.has( 'EXT_color_buffer_half_float' ) || extensions.has( 'EXT_color_buffer_float' ) ) ? HalfFloatType : UnsignedByteType,
 					minFilter: LinearMipmapLinearFilter,
-					samples: 4,
-					stencilBuffer: stencil
+					samples: 4
 				} );
 
 				// debug

+ 1 - 2
build/three.module.js

@@ -29460,8 +29460,7 @@ class WebGLRenderer {
 					generateMipmaps: true,
 					type: ( extensions.has( 'EXT_color_buffer_half_float' ) || extensions.has( 'EXT_color_buffer_float' ) ) ? HalfFloatType : UnsignedByteType,
 					minFilter: LinearMipmapLinearFilter,
-					samples: 4,
-					stencilBuffer: stencil
+					samples: 4
 				} );
 
 				// 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