Hi everyone, I have setup a bug report on the official EA site for Star wars squadrons to try and make the developers aware of this problem so that they may review and comment and maybe implement a fix for it if enough of us hit the “me too” button.
If anyone would like to see this game engine work without requiring “compatible with parallel projections” then our only chance (admittedly a small one!) is to sign this bug report.
They have hardcoded the viewports without pulling from the API. There are Rift CV1 users that report double pictures when they roll to the extreme of their IPD. WMR headsets got the scale wrong. And we got double vision.
You can post them this link: openvr/openvr.h at master · ValveSoftware/openvr · GitHub
They are suppoed to use that together with the API, and then not worry once anymore about new headsets’ dimensions. Openvr will take care of it.
I saw your post over there and gave it a me too. Now I have a question. Elite dangerous has been needing PP for ages and it never has been fixed. Is fixing this a big undertaking for programmers?
Elite Dangerous devs are specific. They simply prepared VR ver in 1 day with minimum effort. Personally I see munch more VR love in SW:S.
Crossing fingers for this fix.
It would help for all future headsets regarding dimensions, scaling of the world, 3d perception, etc… It’s more cost effective as well to do it right once. And then let OpenVR do the rest!
Depends. Just rotating viewports is simple enough (few minutes work). But there could be post processing/visual effects/special rendering techniques etc. that are calculated/optimized assuming parallel views and those might be hard to fix.