@needle-tools/engine 3.16.2-beta → 3.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,16 @@ 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
+ ## [3.16.3] - 2023-09-15
8
+ - Add: logo now respects prefer-reduced-motion, reduce and is immediately added instead of after 1s
9
+ - Fix: use default background color if GLB without camera and skybox is loaded
10
+ - Fix: ensure custom KTX2 loader is correctly initialized
11
+ - Fix: revert RectTransform change that broke hotspot rendering
12
+ - Change: adjust default backgroundBlurriness to match Blender defaults
13
+
14
+ ## [3.16.2] - 2023-09-15
15
+ - Add: mesh collider handling for invalid mesh data (non-indexed geometry)
16
+
7
17
  ## [3.16.2-beta] - 2023-09-13
8
18
  - Add: `camera.environmentIntensity` property
9
19
  - Change: default background blurriness for fallback camera to match blender default