@onirix/ar-engine-sdk 1.8.8 → 1.9.0
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 +12 -0
- package/dist/onirix_native_sdk.js +1 -1
- package/dist/ox-sdk.esm.js +6 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## v1.9.0 (2025-03-10)
|
4
|
+
|
5
|
+
### Added
|
6
|
+
|
7
|
+
- New 'trackingCalibration' configuration option to enforce tracking stability before performing visual localisation (Spatial AR). As soon as the tracking is calibrated, a new SDK event (OnirixSDK.Event.OnTrackingCalibrated) is raised.
|
8
|
+
|
9
|
+
## v1.8.9 (2025-02-18)
|
10
|
+
|
11
|
+
### Changed
|
12
|
+
|
13
|
+
- Resolved an issue with Spatial AR that could impact visual localization accuracy on iOS.
|
14
|
+
|
3
15
|
## v1.8.8 (2025-01-15)
|
4
16
|
|
5
17
|
### Added
|