sunag пре 3 месеци
родитељ
комит
5ebb122405
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/renderers/webgpu/WebGPUBackend.js

+ 1 - 1
src/renderers/webgpu/WebGPUBackend.js

@@ -255,7 +255,7 @@ class WebGPUBackend extends Backend {
 
 			const alphaMode = parameters.alpha ? 'premultiplied' : 'opaque';
 
-			const toneMappingMode = this.parameters.outputType === HalfFloatType ? 'extended' : 'standard';
+			const toneMappingMode = parameters.outputType === HalfFloatType ? 'extended' : 'standard';
 
 			context.configure( {
 				device: this.device,

粤ICP备19079148号