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
{{ message }}
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.
I have a Pimax headset with canted displays. The matrices produced by GetEyeToHeadTransform thus contain a rotation. Not only does openvr/display.rs discard that data in fetch_eye_parameters, there's nowhere to put it in VREyeParameters. This will need to be fixed, and maybe not just for wide field of view headsets; the Valve Index also has canted optics.
The text was updated successfully, but these errors were encountered:
We would accept a pull request to fix this, but the plan is to replace this crate with https://github.com/servo/webxr/ in the next few months, so we don't expect to invest any time fixing bugs that don't directly affect hardware that we are running Servo on.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a Pimax headset with canted displays. The matrices produced by GetEyeToHeadTransform thus contain a rotation. Not only does openvr/display.rs discard that data in fetch_eye_parameters, there's nowhere to put it in VREyeParameters. This will need to be fixed, and maybe not just for wide field of view headsets; the Valve Index also has canted optics.
The text was updated successfully, but these errors were encountered: