@onirix/ar-engine-sdk 1.6.6 → 1.6.7
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 +8 -3
- package/dist/onirix_native_sdk.js +1 -1
- package/dist/ox-sdk.esm.js +4 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v1.6.7 (2024-03-18)
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
- Fix camera feed placement in Samsung Internet.
|
|
7
|
+
|
|
3
8
|
## v1.6.6 (2024-03-15)
|
|
4
9
|
|
|
5
10
|
### Added
|
|
@@ -166,7 +171,7 @@
|
|
|
166
171
|
|
|
167
172
|
### Fixed
|
|
168
173
|
|
|
169
|
-
- QR Code pose orientation
|
|
174
|
+
- QR Code pose orientation
|
|
170
175
|
|
|
171
176
|
## v1.1.0 (2023-02-10)
|
|
172
177
|
|
|
@@ -249,7 +254,7 @@
|
|
|
249
254
|
|
|
250
255
|
## v0.2.0 (2021-05-22)
|
|
251
256
|
|
|
252
|
-
### New
|
|
257
|
+
### New
|
|
253
258
|
|
|
254
259
|
- Added **support for WebXR device API**. This means, when using surface mode, objects will remain anchored to a surface (both in position and rotation) and thus, provide a more reallistic AR experience. This feature is now used by default on compatible devices, and automatically falled back to the old gyroscope emulated mode for non-compatible devices.
|
|
255
260
|
|
|
@@ -259,4 +264,4 @@
|
|
|
259
264
|
- Includes 3 tracking modes:
|
|
260
265
|
- Surface (gyroscope emulated)
|
|
261
266
|
- Image
|
|
262
|
-
- QR Code
|
|
267
|
+
- QR Code
|