Skip to content
Snippets Groups Projects
Commit 1a0b4771 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Bonk

parent 3576d8e8
No related branches found
No related tags found
No related merge requests found
......@@ -147,7 +147,6 @@ void main()
#if TONEMAP_METHOD == 0 // NO_POST
diff.rgb *= 0.6;
#elif TONEMAP_METHOD == 1 // Aces Hill method
diff.rgb *= 1.0/0.6;
diff.rgb = ACES_Hill(diff.rgb);
#elif TONEMAP_METHOD == 2 // Uchimura's Gran Turismo method
diff.rgb = uchimura(diff.rgb);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment