Dolphin, the GameCube and Wii emulator - Forums
Bloom threshold - Printable Version

+- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org)
+-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support)
+--- Forum: General Discussion (https://forums.dolphin-emu.org/Forum-general-discussion)
+--- Thread: Bloom threshold (/Thread-bloom-threshold)



Bloom threshold - MikeVincent - 09-28-2014

I dont know if this is the correct to post this. But can anyone tell me if it's possible to set the threshold for bloom with the post processing effect? If so, what is the code for it?


RE: Bloom threshold - Sonicadvance1 - 09-28-2014

None of our provided shaders provide any user controls from the UI.
If you want to add some configuration to shaders and you understand how to do shader programming then we have a guide on how to set it up.
https://github.com/dolphin-emu/dolphin/wiki/Post-Processing-Shaders

The guide lets you know what our user facing functions are to a post processing shader and how to set up the configuration inside of the shader.
The source of the bad_bloom shader is of course provided with Dolphin, it is just in the Sys/ folder that we provide.
The source for it on github is here https://github.com/dolphin-emu/dolphin/blob/master/Data/Sys/Shaders/bad_bloom.glsl