@needle-tools/engine 3.27.0-beta → 3.27.1-beta

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,12 @@ 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.27.1-beta] - 2023-12-06
8
+ - Add `addCustomExtensionPlugin` API to register custom glTF importer and exporter extensions
9
+ - Fix: issue where instanced and animated object was rendered for one frame with a wrong matrix
10
+ - Change: expose `imageToCanvas` method from USDZExporter
11
+ - Change: GltfExporter component does not cache exporter anymore and expose all exporter options
12
+
7
13
  ## [3.27.0-beta] - 2023-12-04
8
14
  - Add: USDZ: skinned mesh export, including animations
9
15
  - Add: USDZ: ability to specify if we're exporting for QuickLook or not