chore: recommend the vive driver for non-lighthouse devices

This commit is contained in:
Gabriele Musco 2024-05-30 07:14:07 +02:00
parent ac455f05f9
commit 5a989b0547
No known key found for this signature in database
GPG key ID: 1068D795C80E51DE

View file

@ -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",
)),