You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorials/store.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ The following tables show all the available options.
38
38
|`originReferenceSpace`| Defines the reference space type for the origin, such as `'local-floor'` or `'bounded-floor'`. Determines how the user's position is tracked in the XR environment. | N/A |
39
39
|`bounded`| Enables or disables the session bounds. `false` means unbounded (only available in AR). `true` means bounded (allows to reference the bounding space). `undefined` means bounded but no access to bounding space. |`undefined`|
40
40
|`anchors`| Enables or disables anchors, which are fixed points in the XR environment that can be used to attach virtual objects. |`true`|
41
-
|`handTracking`| Enables or turns off hand-tracking in the session, allowing users to interact with the XR environment using their hands. |`true`|
41
+
|`handTracking`| Enables or turns off hand-tracking in the session, allowing users to interact with the XR environment using their hands. |`true`(`false` for Apple Vision Pro)|
42
42
|`layers`| Enables or turns off the use of layers in the session, which can enhance rendering performance by stacking visual content. |`true`|
43
43
|`meshDetection`| Enables or turns off mesh detection, allowing the system to recognize and interact with real-world objects by detecting their mesh. |`true`|
44
44
|`planeDetection`| Enables or turns off plane detection, allowing the system to recognize flat surfaces like floors and tables. |`true`|
0 commit comments