From 4ea422445272317e3e64d903a47f497c040075e0 Mon Sep 17 00:00:00 2001 From: MihailRis Date: Thu, 24 Oct 2024 13:38:43 +0300 Subject: [PATCH] increase SKY_LIGHT_MUL --- res/shaders/lib/constants.glsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/shaders/lib/constants.glsl b/res/shaders/lib/constants.glsl index cc617506..ad119914 100644 --- a/res/shaders/lib/constants.glsl +++ b/res/shaders/lib/constants.glsl @@ -8,7 +8,7 @@ #define CURVATURE_FACTOR 0.002 // lighting -#define SKY_LIGHT_MUL 2.5 +#define SKY_LIGHT_MUL 2.9 #define SKY_LIGHT_TINT vec3(0.9, 0.8, 1.0) #define MAX_SKY_LIGHT vec3(0.1, 0.11, 0.14)