From 12fdf385cda9305544fb20d2426176a17f0b1a4c Mon Sep 17 00:00:00 2001 From: xrSimpodin <16670637+xrSimpodin@users.noreply.github.com> Date: Wed, 8 Mar 2023 20:33:36 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=BC=D0=B5=D0=BD=D1=8C=D1=88=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=B3=D0=BB=D0=BE=D1=81=D1=81=20=D0=BD=D0=B0=20=D1=80?= =?UTF-8?q?=D0=B0=D1=81=D1=82=D0=B8=D1=82=D0=B5=D0=BB=D1=8C=D0=BD=D0=BE?= =?UTF-8?q?=D1=81=D1=82=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [skip ci] --- .../gamedata/shaders/r3/settings_screenspace_FLORA.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Game/Resources_SoC_1.0006/gamedata/shaders/r3/settings_screenspace_FLORA.h b/Game/Resources_SoC_1.0006/gamedata/shaders/r3/settings_screenspace_FLORA.h index 749e6c90c4..71134c0388 100644 --- a/Game/Resources_SoC_1.0006/gamedata/shaders/r3/settings_screenspace_FLORA.h +++ b/Game/Resources_SoC_1.0006/gamedata/shaders/r3/settings_screenspace_FLORA.h @@ -1,5 +1,5 @@ // [ SETTINGS ] [ FLORA FIXES ] -#define G_TREES_SPECULAR 2.0f // Trees specular intensity -#define G_GRASS_SPECULAR 3.0f // Grass specular intensity +#define G_TREES_SPECULAR 1.0f // Trees specular intensity +#define G_GRASS_SPECULAR 1.0f // Grass specular intensity #define G_SSS_INTENSITY 0.5f // Subsurface Scattering intensity