@needle-tools/engine 3.28.2-beta → 3.28.3-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 +4 -0
- package/dist/needle-engine.js +757 -753
- package/dist/needle-engine.light.js +741 -737
- package/dist/needle-engine.light.min.js +93 -90
- package/dist/needle-engine.light.umd.cjs +77 -74
- package/dist/needle-engine.min.js +94 -91
- package/dist/needle-engine.umd.cjs +78 -75
- package/lib/engine-components/export/usdz/ThreeUSDZExporter.js +0 -3
- package/lib/engine-components/export/usdz/ThreeUSDZExporter.js.map +1 -1
- package/lib/engine-components/ui/EventSystem.js +11 -3
- package/lib/engine-components/ui/EventSystem.js.map +1 -1
- package/package.json +1 -1
- package/src/engine-components/export/usdz/ThreeUSDZExporter.ts +0 -6
- package/src/engine-components/ui/EventSystem.ts +11 -4
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,10 @@ 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.28.3-beta] - 2023-12-21
|
|
8
|
+
- Fix: Issue in pointer events not triggering onPointerEnter and Exit in VR
|
|
9
|
+
- Remove: warning log in USDZ export about double sided materials not being supported
|
|
10
|
+
|
|
7
11
|
## [3.28.2-beta] - 2023-12-20
|
|
8
12
|
- Add: Support double sided material export for USDZ
|
|
9
13
|
- Fix: `PlayAudioOnClick` when explicit clip is given, use loop from attached audio source
|