mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-20 11:35:48 +00:00
chore: recommend the vive driver for non-lighthouse devices
This commit is contained in:
parent
ac455f05f9
commit
5a989b0547
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ impl SimpleComponent for ProfileEditor {
|
|||
"Lighthouse Driver",
|
||||
Some(concat!(
|
||||
"Driver for lighhouse tracked XR devices (ie: Valve Index, HTC Vive...). Only applicable for Monado.\n\n",
|
||||
" \u{2022} Vive: 3DOF tracking\n",
|
||||
" \u{2022} Vive: 3DOF tracking; use this if your device doesn't use lighthouses\n",
|
||||
" \u{2022} Survive: 6DOF reverse engineered lighthouse tracking provided by Libsurvive\n",
|
||||
" \u{2022} SteamVR: 6DOF lighthouse tracking using the proprietary SteamVR driver",
|
||||
)),
|
||||
|
|
Loading…
Add table
Reference in a new issue