Emulator Issues #8052
closedAdd more color options for Anaglyph 3D
0%
Description
Though red/cyan 3d glasses are the most common, some 3d movies come with other colors, such as magenta/green. Support for color combinations such as that would be nice.
Updated by videogamefanatic89 almost 10 years ago
More info on color combinations for Anaglyph 3D http://en.wikipedia.org/wiki/Anaglyph_3D#Complementary_color
Updated by Armada almost 10 years ago
- Status changed from New to Accepted
I'm currently working on a PR that allows user supplied anaglyph shaders. So while we only officially support Red-Cyan any user will be able to write a simple shader to add support for other colors.
Updated by Armada almost 10 years ago
This build adds support for user-supplied anaglyph shaders: http://dl.dolphin-emu.org/prs/pr-1817-dolphin-latest-x64.7z
If you're familiar with shaders you can try to make your own. Here's an example for Red-Cyan: https://github.com/Armada651/dolphin/blob/custom-anaglyph/Data/Sys/Shaders/Anaglyph/fullcolor.glsl
You can save your shaders in Documents\Dolphin Emulator\Shaders\Anaglyph. Good luck.
Updated by Armada almost 10 years ago
- Status changed from Accepted to Fix pending
Updated by videogamefanatic89 almost 10 years ago
Opening the Graphic window immediately crashes dolphin with the build provided above.
Updated by Armada almost 10 years ago
Try that link again, it should be fixed now. If you can write a shader for your glasses I can probably integrate it into that PR.
Updated by Armada almost 10 years ago
- Status changed from Fix pending to Fixed