瀏覽代碼

Updated builds.

Mugen87 1 年之前
父節點
當前提交
1ca587a11a
共有 3 個文件被更改,包括 2 次插入4 次删除
  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

文件差異過大導致無法顯示
+ 0 - 0
build/three.module.min.js


部分文件因文件數量過多而無法顯示