@onirix/ar-engine-sdk 1.6.6 → 1.6.8
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 +15 -3
- 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.6.8 (2024-04-03)
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
|
|
7
|
+
- Supporting Spatial AR from Onirix Player app
|
|
8
|
+
|
|
9
|
+
## v1.6.7 (2024-03-18)
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
|
|
13
|
+
- Fix camera feed placement in Samsung Internet.
|
|
14
|
+
|
|
3
15
|
## v1.6.6 (2024-03-15)
|
|
4
16
|
|
|
5
17
|
### Added
|
|
@@ -166,7 +178,7 @@
|
|
|
166
178
|
|
|
167
179
|
### Fixed
|
|
168
180
|
|
|
169
|
-
- QR Code pose orientation
|
|
181
|
+
- QR Code pose orientation
|
|
170
182
|
|
|
171
183
|
## v1.1.0 (2023-02-10)
|
|
172
184
|
|
|
@@ -249,7 +261,7 @@
|
|
|
249
261
|
|
|
250
262
|
## v0.2.0 (2021-05-22)
|
|
251
263
|
|
|
252
|
-
### New
|
|
264
|
+
### New
|
|
253
265
|
|
|
254
266
|
- 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
267
|
|
|
@@ -259,4 +271,4 @@
|
|
|
259
271
|
- Includes 3 tracking modes:
|
|
260
272
|
- Surface (gyroscope emulated)
|
|
261
273
|
- Image
|
|
262
|
-
- QR Code
|
|
274
|
+
- QR Code
|