@needle-tools/engine 3.47.6 → 3.47.7

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
+ ## [3.47.7] - 2024-09-04
8
+ - Fix: Support loading FBX files in ASCII format
9
+ - Fix: Support loading OBJ files starting with `# Alias OBJ`
10
+ - Change: Needle Menu buttons height adjusted for mobile
11
+
7
12
  ## [3.47.6] - 2024-09-02
8
13
  - Fix: USDZ animation interpolation. We're now using timesamples for `translation`, `orientation` and `scale` separately. This fixes an issue with animation optimization (optimization removing redundant keyframes) to just 2 keyframes where matrix timesamples would produce unexpected interpolations
9
14
  - Change: inline mesh bvh worker