@needle-tools/engine 4.7.0-next.8717e33 → 4.7.0-next.a507c47

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/CHANGELOG.md CHANGED
@@ -4,6 +4,11 @@ All notable changes to this package will be documented in this file.
4
4
  The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
  and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [4.6.3] - 2025-07-25
8
+ - Update Vite alias plugin to make sure the same postprocessing module is used
9
+ - Improve postprocessing stability
10
+ - Fix: Postprocessing with transparent background
11
+
7
12
  ## [4.6.2] - 2025-07-23
8
13
  - Postprocessing performance and stability improvements
9
14
  - Add: Custom postprocessing effects can now use `PostProcessingEffectPriority` to ensure effects are correctly sorted (e.g. before DepthOfField)
@@ -1806,9 +1806,9 @@ qo('if(!globalThis["NEEDLE_PROJECT_BUILD_TIME"]) globalThis["NEEDLE_PROJECT_BUIL
1806
1806
  qo('if(!globalThis["NEEDLE_PUBLIC_KEY"]) globalThis["NEEDLE_PUBLIC_KEY"] = "unknown";');
1807
1807
  qo('globalThis["__NEEDLE_ENGINE_VERSION__"] = "4.7.0-alpha";');
1808
1808
  qo('globalThis["__NEEDLE_ENGINE_GENERATOR__"] = "undefined";');
1809
- qo('globalThis["__NEEDLE_PROJECT_BUILD_TIME__"] = "Thu Jul 24 2025 15:34:20 GMT+0000 (Coordinated Universal Time)";');
1809
+ qo('globalThis["__NEEDLE_PROJECT_BUILD_TIME__"] = "Fri Jul 25 2025 10:04:19 GMT+0000 (Coordinated Universal Time)";');
1810
1810
  qo('globalThis["__NEEDLE_PUBLIC_KEY__"] = "' + NEEDLE_PUBLIC_KEY + '";');
1811
- const es = "4.7.0-alpha", Tg = "undefined", av = "Thu Jul 24 2025 15:34:20 GMT+0000 (Coordinated Universal Time)";
1811
+ const es = "4.7.0-alpha", Tg = "undefined", av = "Fri Jul 25 2025 10:04:19 GMT+0000 (Coordinated Universal Time)";
1812
1812
  rv && console.log(`Engine version: ${es} (generator: ${Tg})
1813
1813
  Project built at ${av}`);
1814
1814
  const cc = NEEDLE_PUBLIC_KEY, zo = "needle_isActiveInHierarchy", Sa = "builtin_components", bd = "needle_editor_guid";
@@ -33418,7 +33418,7 @@ class Mf extends ft {
33418
33418
  // predicationMode: MODULES.POSTPROCESSING.MODULE.PredicationMode.DEPTH,
33419
33419
  });
33420
33420
  return this.preset.onValueChanged = (n) => {
33421
- QE && console.log("Antialiasing preset changed to", n, e), e.applyPreset(n);
33421
+ QE && console.log("Antialiasing preset changed to", n), e.applyPreset(n);
33422
33422
  }, e;
33423
33423
  }
33424
33424
  }
@@ -33897,7 +33897,7 @@ class ms extends ft {
33897
33897
  i,
33898
33898
  n
33899
33899
  );
33900
- s.name = "SSAO N8";
33900
+ s.name = "SSAO_N8";
33901
33901
  const a = lg[this.quality];
33902
33902
  s.setQualityMode(a), s.configuration.transparencyAware = !1;
33903
33903
  const l = new ns(i, n);