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

tonemapping: Reduce saturation boost in AgX

1.4 is quite extreme with our textures. Boost it up, but not as much.
This commit is contained in:
Sebastian Krzyszkowiak
2026-06-30 00:21:40 +02:00
parent 321edfcf10
commit 473eae53d2

View File

@@ -121,7 +121,7 @@ vec3 AgxLook(vec3 val)
// Punchy
slope = vec3(1.0);
power = vec3(1.35);
sat = 1.4;
sat = 1.1;
#endif
// ASC CDL