瀏覽代碼

r183 (bis) (bis)

Mugen87 2 月之前
父節點
當前提交
569b29d7d0

+ 1 - 1
build/three.cjs

@@ -77210,7 +77210,7 @@ class WebGLRenderer {
 					generateMipmaps: true,
 					generateMipmaps: true,
 					type: hasHalfFloatSupport ? HalfFloatType : UnsignedByteType,
 					type: hasHalfFloatSupport ? HalfFloatType : UnsignedByteType,
 					minFilter: LinearMipmapLinearFilter,
 					minFilter: LinearMipmapLinearFilter,
-					samples: capabilities.samples,
+					samples: Math.max( 4, capabilities.samples ), // to avoid feedback loops, the transmission render target requires a resolve, see #26177
 					stencilBuffer: stencil,
 					stencilBuffer: stencil,
 					resolveDepthBuffer: false,
 					resolveDepthBuffer: false,
 					resolveStencilBuffer: false,
 					resolveStencilBuffer: false,

+ 1 - 1
build/three.module.js

@@ -17747,7 +17747,7 @@ class WebGLRenderer {
 					generateMipmaps: true,
 					generateMipmaps: true,
 					type: hasHalfFloatSupport ? HalfFloatType : UnsignedByteType,
 					type: hasHalfFloatSupport ? HalfFloatType : UnsignedByteType,
 					minFilter: LinearMipmapLinearFilter,
 					minFilter: LinearMipmapLinearFilter,
-					samples: capabilities.samples,
+					samples: Math.max( 4, capabilities.samples ), // to avoid feedback loops, the transmission render target requires a resolve, see #26177
 					stencilBuffer: stencil,
 					stencilBuffer: stencil,
 					resolveDepthBuffer: false,
 					resolveDepthBuffer: false,
 					resolveStencilBuffer: false,
 					resolveStencilBuffer: false,

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


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


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


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


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


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

粤ICP备19079148号