There’s older threads on the subject, but I don’t really want to necro or anything, so…
In my constant adventures for VR-like experiences in gaming, I’ve managed to get my hands on quite a good headset, and tested out FPse’s VR mode. Apparently, what worked best was just two non-distorted 4:3 images next to each other, strangely enough. Probably because my headset’s got a relatively high field of view.
My attempts at manipulating the settings of the repo’s SBS shader (on Windows, not on my phone, in hope of getting a phone setup working later) haven’t worked out very well. Tiny little adjustments to either the Cg shader or the GLSL ‘simple’ shader produce wildly varying results, to the point where slight adjustments in position can send the screens flying off into a random corner of the screen…if not off entirely. I’m kind of at a loss as to how any of these functions work, and checking the Cg shader source wasn’t any help because it isn’t heavily commented.
Why would these settings have such different, anomalous results from .01 adjustments? And is there a way to create an SBS shader which is literally only two of the same undistorted image side by side? (Possibly after other shaders have processed the image beforehand, so I can use CRT shaders alongside it.) Having minimal coding experience, I have no idea how difficult that’d be. (And if I want to try Virtual Boy stuff, I still have to adjust the shaders anyway…)