Made postprocessing brighter

This commit is contained in:
Joshua Barretto 2019-06-23 11:53:44 +01:00
parent 46fce696a2
commit 0734529ef6
2 changed files with 4 additions and 1 deletions

BIN
assets/world/structures/human/town_hall_spire.vox (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -167,7 +167,7 @@ void main() {
//vec4 fxaa_color = texture(src_color, uv);
vec4 hsva_color = vec4(rgb2hsv(fxaa_color.rgb), fxaa_color.a);
hsva_color.y *= 1.3;
hsva_color.y *= 1.4;
hsva_color.x -= 0.015;
hsva_color.z *= 0.85;
//hsva_color.z = 1.0 - 1.0 / (1.0 * hsva_color.z + 1.0);