mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-04-12 15:02:58 +02:00
change default bloom factor to a more reasonable 0.8
This commit is contained in:
parent
95b9a17af4
commit
989e3f7dda
@ -30,7 +30,7 @@ namespace MM::OpenGL::RenderTasks {
|
|||||||
std::string color_tex {"hdr_color"};
|
std::string color_tex {"hdr_color"};
|
||||||
std::string bloom_tex {"bloom"};
|
std::string bloom_tex {"bloom"};
|
||||||
|
|
||||||
float bloom_factor {1.f};
|
float bloom_factor {0.8f};
|
||||||
|
|
||||||
void reloadShaders(MM::Engine& engine);
|
void reloadShaders(MM::Engine& engine);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user