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
In the latest SteamVR Beta, there is a bug where the runtime calls ComputeDistortion() when the headset is using Driver Direct mode (IVRDriverDirectModeComponent). This is new and incorrect behaviour. In this driver mode, the driver is responsible for lens distortion correction.
Most headset drivers don't support multiple driver modes, and it is possible to work around this bug in the headset driver. Which I will do, because no one (at Valve) will ever read this, or fix the issue.
The text was updated successfully, but these errors were encountered:
In the latest SteamVR Beta, there is a bug where the runtime calls ComputeDistortion() when the headset is using Driver Direct mode (IVRDriverDirectModeComponent). This is new and incorrect behaviour. In this driver mode, the driver is responsible for lens distortion correction.
Most headset drivers don't support multiple driver modes, and it is possible to work around this bug in the headset driver. Which I will do, because no one (at Valve) will ever read this, or fix the issue.
The text was updated successfully, but these errors were encountered: