@galacean/engine-core 1.4.13 → 1.4.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/module.js CHANGED
@@ -24382,7 +24382,7 @@ var PostProcessUberPass = /*#__PURE__*/ function(PostProcessPass) {
24382
24382
  var thresholdKnee = thresholdLinear * 0.5; // Hardcoded soft knee
24383
24383
  var bloomParams = bloomShaderData.getVector4(BloomEffect._bloomParams);
24384
24384
  var scatterLerp = MathUtil.lerp(0.05, 0.95, scatter.value);
24385
- bloomParams.x = threshold.value;
24385
+ bloomParams.x = thresholdLinear;
24386
24386
  bloomParams.y = thresholdKnee;
24387
24387
  bloomParams.z = scatterLerp;
24388
24388
  var bloomIntensityParams = uberShaderData.getVector4(BloomEffect._bloomIntensityParams);