mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-21 12:04:50 +00:00
feat: document WMR_HANDTRACKING env var
This commit is contained in:
parent
7275168b5c
commit
c2f40dc54d
1 changed files with 4 additions and 0 deletions
|
@ -55,6 +55,10 @@ fn env_var_descriptions() -> Vec<(&'static str, &'static str)> {
|
|||
"LH_HANDTRACKING",
|
||||
"Controls when to enable mercury optical hand tracking. Valid options are:\n\"0\" (off) to disable hand tracking;\n\"1\" (auto) to only enable hand tracking if no controllers are found;\n\"2\" (on) to enable hand tracking even if controllers are found."
|
||||
),
|
||||
(
|
||||
"WMR_HANDTRACKING",
|
||||
"Controls whether to enable hand tracking for WMR contorllers. Valid options are:\n\"0\" (off) to disable hand tracking;\n\"1\" (on) to enable hand tracking."
|
||||
),
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue