@onirix/ar-engine-sdk 1.6.2 → 1.6.3
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 +6 -0
- package/README.md +1 -0
- package/dist/onirix_native_sdk.js +1 -1
- package/dist/ox-sdk.esm.js +3 -3
- package/dist/worker-a.js +1 -1
- package/dist/worker-b.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -128,6 +128,7 @@ In the following table, you will find useful information about error types:
|
|
|
128
128
|
| **OnirixSDK.CameraError** | **CAMERA_ERROR** | Might occur if could not detect or access to back-facing camera, or if camera permissions have been rejected |
|
|
129
129
|
| **OnirixSDK.SensorsError** | **SENSORS_ERROR**| Might occur if could not detect or access to gyroscope sensor, or motion sensor permissions have been rejected |
|
|
130
130
|
| **OnirixSDK.InternalError** | **INTERNAL_ERROR**| Might occur in non-compatible devices. Check compatibility for more info |
|
|
131
|
+
| **OnirixSDK.ReconstructionPendingError** | **RECONSTRUCTION_PENDING_ERROR**| Might occur when the spatial scene has not yet finished its reconstruction |
|
|
131
132
|
|
|
132
133
|
---
|
|
133
134
|
|