@onirix/ar-engine-sdk 1.6.13 → 1.7.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 +13 -0
- package/dist/onirix_native_sdk.js +1 -1
- package/dist/ox-sdk.esm.js +8 -8
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v1.7.0 (2024-05-30)
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
|
|
7
|
+
- Added sub-modes for Image-Tracking:
|
|
8
|
+
- Image: For tracking the image (default)
|
|
9
|
+
- Rotation: For 360 tracking after detecting the image
|
|
10
|
+
- World: For tracking the world after detecting the image
|
|
11
|
+
|
|
12
|
+
## v1.6.14 (2024-05-15)
|
|
13
|
+
|
|
14
|
+
- More robust rear camera
|
|
15
|
+
|
|
3
16
|
## v1.6.13 (2024-05-03)
|
|
4
17
|
|
|
5
18
|
### Fixed
|