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: content/interface/params.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ For **advanced** users, the ARENA accepts URL parameters to override some intern
12
12
13
13
## URL Beginner
14
14
15
-
The `Scenes` page includes a Override of easy checkboxes to change more common URL parameters you may want to use: [https://arenaxr.org/scenes](https://arenaxr.org/scenes).
15
+
The `Scenes` page includes a set of easy checkboxes to change more common URL parameters you may want to use: [https://arenaxr.org/scenes](https://arenaxr.org/scenes).
16
16
17
17
1. Click `My Scenes` and select your scene name.
18
18
1. Click `Scene URL Options` and check the boxes you need.
@@ -38,7 +38,7 @@ The following URL parameters are accepted, beginner or **advanced**. The **advan
38
38
| debug | bool |**advanced**| Replace console log with our MQTT logging, same as `devInstance`. |
39
39
| debugUI | bool |**advanced**| Creates an `arenaui-card` object for debugging. |
40
40
| demoMode | bool | beginner | Removal of screen settings and chat buttons overlay from scene. |
41
-
| fixedCamera | string |**advanced**| Sets the camera name to the given value **and** enables VIO output to `realm/vio/scene-name/camera-name` ; `fixedCamera=iPhone` will Override the camera name **exactly** to the given value (not add any prefix/suffix) |
41
+
| fixedCamera | string |**advanced**| Sets the camera name to the given value **and** enables VIO output to `realm/vio/scene-name/camera-name` ; `fixedCamera=iPhone` will set the camera name **exactly** to the given value (not add any prefix/suffix) |
42
42
| hudstats | bool |**advanced**| Render a HUD of performance/memory stats. |
43
43
| lat | float |**advanced**| Override device latitude location; (e.g. `lat=40.4427`) |
44
44
| locOnce | bool |**advanced**| Only use AR camera capture once to localize AprilTag, then ignore AprilTags. |
@@ -48,7 +48,7 @@ The following URL parameters are accepted, beginner or **advanced**. The **advan
48
48
| noav | bool | beginner | Disables videoconferencing for this browser only. |
49
49
| noname | bool | beginner | Handles display of user name on the screen. False: (default) display the user name. True: Do not display the user name. |
50
50
| noreticle | bool | beginner | In AR, change the reticle ring to transparent when true, gray when false (default). |
51
-
| objectId | string |**advanced**| Used with `build3d` param to focus Inspector omn the named object-id. |
51
+
| objectId | string |**advanced**| Used with `build3d` param to focus Inspector on the named object-id. |
0 commit comments