mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 01:19: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:
@@ -121,7 +121,7 @@ vec3 AgxLook(vec3 val)
|
|||||||
// Punchy
|
// Punchy
|
||||||
slope = vec3(1.0);
|
slope = vec3(1.0);
|
||||||
power = vec3(1.35);
|
power = vec3(1.35);
|
||||||
sat = 1.4;
|
sat = 1.1;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// ASC CDL
|
// ASC CDL
|
||||||
|
|||||||
Reference in New Issue
Block a user