@needle-tools/engine 3.47.5-beta → 3.47.5-beta.1

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.47.5-beta.1] - 2024-08-28
8
+ - Add: `screenshot` option to output a texture
9
+ - Fix: `screenshot` method when using a camera with a RenderTexture assigned
10
+ - Fix: `ObjectUtils.createPrimitive` option linting
11
+ - Change: Addressables `instantiate` method now returns Object3D type
12
+
7
13
  ## [3.47.5-beta] - 2024-08-27
8
14
  - Fix: Shader warmup when loading glTF file containing *only* materials (no scenes)
9
15
  - Fix: OrbitControls `autoTarget` option causing `setLookTargetPosition` to be overriden during the first frame