@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/main.js CHANGED
@@ -24386,7 +24386,7 @@ var PostProcessUberPass = /*#__PURE__*/ function(PostProcessPass) {
24386
24386
  var thresholdKnee = thresholdLinear * 0.5; // Hardcoded soft knee
24387
24387
  var bloomParams = bloomShaderData.getVector4(BloomEffect._bloomParams);
24388
24388
  var scatterLerp = engineMath.MathUtil.lerp(0.05, 0.95, scatter.value);
24389
- bloomParams.x = threshold.value;
24389
+ bloomParams.x = thresholdLinear;
24390
24390
  bloomParams.y = thresholdKnee;
24391
24391
  bloomParams.z = scatterLerp;
24392
24392
  var bloomIntensityParams = uberShaderData.getVector4(BloomEffect._bloomIntensityParams);