feat: info about monado offsets

This commit is contained in:
Bones 2023-12-07 14:32:30 +00:00
parent f3e822b566
commit 6f28dc77c5

View file

@ -12,6 +12,8 @@ title: Monado
Essentially, Monado is an open source OpenXR implementation, it can be used as an alternative to SteamVR. Essentially, Monado is an open source OpenXR implementation, it can be used as an alternative to SteamVR.
Depending on the game, Monado can offer a better overall experience (if with less features) compared to SteamVR, or it might not work at all Depending on the game, Monado can offer a better overall experience (if with less features) compared to SteamVR, or it might not work at all.
Monado's space may be modified with the enviornment variables OXR_TRACKING_ORIGIN_OFFSET_X=0.0, OXR_TRACKING_ORIGIN_OFFSET_Y=1.0, OXR_TRACKING_ORIGIN_OFFSET_Z=0.0 to force a defined space or origin offset throughout the session. Useful for seated mode configurations, offset units are floating point in meters, positive or negative.
Monado is made for PCVR headsets, if you have a standalone headset you can check out [WiVRn](/docs/fossvr/wivrn/) or [ALVR](/docs/steamvr/alvr/). Monado is made for PCVR headsets, if you have a standalone headset you can check out [WiVRn](/docs/fossvr/wivrn/) or [ALVR](/docs/steamvr/alvr/).