@needle-tools/engine 4.16.2 → 4.16.3

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,9 @@ 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.16.3] - 2026-03-15
8
+ - VideoPlayer default `renderMode` set to `MaterialOverride`
9
+
7
10
  ## [4.16.2] - 2026-03-11
8
11
  - Improve: ReflectionProbe now uses integrated box intersection and gizmo
9
12
  - Improve: ReflectionProbe `center` and `size` now have default values and improved JSDoc documentation
@@ -1988,11 +1988,11 @@ Ro('if(!globalThis["NEEDLE_ENGINE_VERSION"]) globalThis["NEEDLE_ENGINE_VERSION"]
1988
1988
  Ro('if(!globalThis["NEEDLE_ENGINE_GENERATOR"]) globalThis["NEEDLE_ENGINE_GENERATOR"] = "unknown";');
1989
1989
  Ro('if(!globalThis["NEEDLE_PROJECT_BUILD_TIME"]) globalThis["NEEDLE_PROJECT_BUILD_TIME"] = "unknown";');
1990
1990
  Ro('if(!globalThis["NEEDLE_PUBLIC_KEY"]) globalThis["NEEDLE_PUBLIC_KEY"] = "unknown";');
1991
- Ro('globalThis["__NEEDLE_ENGINE_VERSION__"] = "4.16.2";');
1991
+ Ro('globalThis["__NEEDLE_ENGINE_VERSION__"] = "4.16.3";');
1992
1992
  Ro('globalThis["__NEEDLE_ENGINE_GENERATOR__"] = "undefined";');
1993
- Ro('globalThis["__NEEDLE_PROJECT_BUILD_TIME__"] = "Wed Mar 11 2026 11:36:59 GMT+0000 (Coordinated Universal Time)";');
1993
+ Ro('globalThis["__NEEDLE_PROJECT_BUILD_TIME__"] = "Sun Mar 15 2026 11:31:10 GMT+0000 (Coordinated Universal Time)";');
1994
1994
  Ro('globalThis["__NEEDLE_PUBLIC_KEY__"] = "' + NEEDLE_PUBLIC_KEY + '";');
1995
- const qi = "4.16.2", Rc = "undefined", Fd = "Wed Mar 11 2026 11:36:59 GMT+0000 (Coordinated Universal Time)";
1995
+ const qi = "4.16.3", Rc = "undefined", Fd = "Sun Mar 15 2026 11:31:10 GMT+0000 (Coordinated Universal Time)";
1996
1996
  i0 && console.log(`Engine version: ${qi} (generator: ${Rc})
1997
1997
  Project built at ${Fd}`);
1998
1998
  const mr = NEEDLE_PUBLIC_KEY, bo = "needle_isActiveInHierarchy", ha = "builtin_components", hd = "needle_editor_guid";
@@ -36411,7 +36411,7 @@ class yt extends R {
36411
36411
  this.__didAwake ? i && this.setClipURL(e ?? "") : this._url = e;
36412
36412
  }
36413
36413
  _url = null;
36414
- renderMode;
36414
+ renderMode = 3;
36415
36415
  targetMaterialProperty;
36416
36416
  targetMaterialRenderer;
36417
36417
  targetTexture;