16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 09:19:18 +02:00

improve shaders once more

This commit is contained in:
2026-04-26 00:49:45 +02:00
parent 76effe72df
commit 7923f7d857
4 changed files with 43 additions and 15 deletions

View File

@@ -47,5 +47,5 @@ vec4 tonemap(vec4 x)
// just clips HDR>1.0 at the framebuffer -> washed-out / burnt look.
// ACES gives a smooth highlight shoulder + slight toe contrast.
return FBOUT(vec4(ACESFilm(x.rgb), x.a));
// return FBOUT(vec4(reinhard(x.rgb), x.a));
//return FBOUT(vec4(reinhard(x.rgb), x.a));
}