@needle-tools/engine 4.7.3-next.b448b7a → 4.7.3-next.ec2c716

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.7.3] - 2025-08-06
8
+ - Add: OrbitControls `rotateUp(<radians>)` function
9
+ - Add: OrbitControls support for setting `targetElement` (e.g. `orbitControls.targetElement = myNewHtmlElement;`)
10
+ - Fix: RemoteSkybox loading relative URIs like "folder/image.exr", catch errors in loadAsync
11
+ - Update gltf-progressive dependency with improved performance when using skinned meshes and a concurrent LOD request limit (default: 100 concurrent requests)
7
12
 
8
13
  ## [4.7.2] - 2025-08-04
9
14
  - Add: `loading-blur` attribute to `<needle-engine>` web component. With this attribute the 3D scene will be blurred using CSS during loading of initial LOD level.