@needle-tools/engine 3.45.0-beta → 3.45.0-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 +3 -0
- package/dist/needle-engine.js +1404 -1404
- package/dist/needle-engine.light.js +1368 -1368
- package/dist/needle-engine.light.min.js +108 -108
- package/dist/needle-engine.light.umd.cjs +103 -103
- package/dist/needle-engine.min.js +108 -108
- package/dist/needle-engine.umd.cjs +103 -103
- package/lib/engine-components/webxr/WebXR.js +5 -0
- package/lib/engine-components/webxr/WebXR.js.map +1 -1
- package/package.json +1 -1
- package/src/engine-components/webxr/WebXR.ts +6 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,9 @@ 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.45.0-beta.1] - 2024-07-11
|
|
8
|
+
- Add: The WebXR component now uses a static avatar from the CDN if none is assigned
|
|
9
|
+
|
|
7
10
|
## [3.45.0-beta] - 2024-07-11
|
|
8
11
|
- Add: XRControllerFollow does now reset the object to the original pose after XR
|
|
9
12
|
- Fix: XRControllerFollow does now take original object scale into account
|