mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Made postprocessing brighter
This commit is contained in:
parent
46fce696a2
commit
0734529ef6
BIN
assets/world/structures/human/town_hall_spire.vox
(Stored with Git LFS)
Normal file
BIN
assets/world/structures/human/town_hall_spire.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user