@onirix/ar-engine-sdk 1.6.5 → 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 +14 -3
- package/dist/onirix_native_sdk.js +1 -1
- package/dist/ox-sdk.esm.js +5 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v1.6.7 (2024-03-18)
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
- Fix camera feed placement in Samsung Internet.
|
|
7
|
+
|
|
8
|
+
## v1.6.6 (2024-03-15)
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
- Avoid asking for WebXR permissions from Onirix Player app
|
|
13
|
+
|
|
3
14
|
## v1.6.5 (2024-02-28)
|
|
4
15
|
|
|
5
16
|
### Added
|
|
@@ -160,7 +171,7 @@
|
|
|
160
171
|
|
|
161
172
|
### Fixed
|
|
162
173
|
|
|
163
|
-
- QR Code pose orientation
|
|
174
|
+
- QR Code pose orientation
|
|
164
175
|
|
|
165
176
|
## v1.1.0 (2023-02-10)
|
|
166
177
|
|
|
@@ -243,7 +254,7 @@
|
|
|
243
254
|
|
|
244
255
|
## v0.2.0 (2021-05-22)
|
|
245
256
|
|
|
246
|
-
### New
|
|
257
|
+
### New
|
|
247
258
|
|
|
248
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.
|
|
249
260
|
|
|
@@ -253,4 +264,4 @@
|
|
|
253
264
|
- Includes 3 tracking modes:
|
|
254
265
|
- Surface (gyroscope emulated)
|
|
255
266
|
- Image
|
|
256
|
-
- QR Code
|
|
267
|
+
- QR Code
|