Emulator Issues #8388
closedAdd an option to change Anaglyphic 3D colors
0%
Description
I know a true 3D is far better than anaglyphic 3D, but for some of us who don't own a 3D screen (TV, monitor or projector), or don't have one available all the time, it would be nice to have a way to change colors from cyan-red to something like yellow-blue or TriOviz's magenta-green since cyan-red can become a little uncomfortable for the eyes
I don't know anything about programming, but it doesn't sound like something hard to do. I may assume Dolphin takes the pictures for both eyes and isolates the respective colors and then overlaps the pictures, so it would be only to have a way to change which colors to isolate
Updated by skidau over 9 years ago
- Issue type changed from Bug to Feature request
Updated by flacs over 9 years ago
- Status changed from New to Fix pending
Updated by ddnava1996 over 9 years ago
Ok, so this adds a shadder to be used within Open GL. Is there a way to get this on D3D?
Updated by Armada over 9 years ago
Not until post-processing shaders are implemented in D3D. I don't plan to hardcode more than one Anaglyph shader.
Updated by flacs over 9 years ago
- Status changed from Fix pending to Fixed
https://dolphin-emu.org/download/dev/2b5945ae07dbbf46e6e38d2524bf2112ef2b6324/
Feel free to reopen if you really need this on D3D.