We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
material.transparent
1 parent fec7a6c commit 075e1c9Copy full SHA for 075e1c9
src/renderers/webgpu/utils/WebGPUPipelineUtils.js
@@ -88,7 +88,7 @@ class WebGPUPipelineUtils {
88
89
let blending;
90
91
- if ( material.transparent === true && material.blending !== NoBlending ) {
+ if ( material.blending !== NoBlending && ( material.blending !== NormalBlending || material.transparent === true ) ) {
92
93
blending = this._getBlending( material );
94
0 commit comments