3d anaglyph

    Joined
    Dec 25, 2016
    Messages
    7
    Reaction score
    1
    In the graphics settings, there needs to be a setting that applies a glsl shader or something for 3d anaglyph. I want to slap on my red and blue glasses for a more immersive expierence.
     
    Joined
    May 26, 2013
    Messages
    1,176
    Reaction score
    938
    • Legacy Citizen 7
    • Modder
    • Top Forum Contributor
    not how it works. You need to render the entire view twice to get correct perspective effects. That's a lot more than a GLSL shader.
    There is basic oculus rifyt support that may be able to be adapted.
     

    jayman38

    Precentor-Primus, pro-tempore
    Joined
    Jul 13, 2014
    Messages
    2,518
    Reaction score
    787
    • Purchased!
    • Thinking Positive
    • Legacy Citizen 4
    If someone on the dev team wanted to try to implement, this tutorial might help. Unfortunately, I think it uses the old linear pipeline stuff, so it may be a little tricky to adapt to current OpenGL methods. But, hey, that kind of challenge makes it fun, right? Bonus: The stereo cam stuff, along with multiple GL viewports would make it universally adaptable to almost any VR system.

    Since the old Occulus Rift engine is now obsolete, it may be a good investment to implement a universal VR-alternate-view rendering pipeline.