From 4c5f46c615b32e21fa57715f7ab896121c3d9ed7 Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Thu, 5 Apr 2012 16:32:37 +0300 Subject: [PATCH] Those shaders address reflections on solid surfaces, not water / glass --- scripts/exx.shader | 2 +- scripts/exx_reflections_disabled.shader | 2 +- scripts/exx_reflections_enabled.shader | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/exx.shader b/scripts/exx.shader index 94791219..b8d5caec 100644 --- a/scripts/exx.shader +++ b/scripts/exx.shader @@ -1,4 +1,4 @@ -// contains exx textures without reflections +// contains exx textures without reflections on solid surfaces textures/exx/base-crete01 { diff --git a/scripts/exx_reflections_disabled.shader b/scripts/exx_reflections_disabled.shader index d4099c97..5f6f838d 100644 --- a/scripts/exx_reflections_disabled.shader +++ b/scripts/exx_reflections_disabled.shader @@ -1,4 +1,4 @@ -// contains exx textures with reflections, disabled state +// contains exx textures with reflections on solid surfaces, disabled state // those shaders are active when r_reflections_world is off textures/exx/base-metal01 diff --git a/scripts/exx_reflections_enabled.shader b/scripts/exx_reflections_enabled.shader index 06096a2a..e4346de2 100644 --- a/scripts/exx_reflections_enabled.shader +++ b/scripts/exx_reflections_enabled.shader @@ -1,4 +1,4 @@ -// contains exx textures with reflections, enabled state +// contains exx textures with reflections on solid surfaces, enabled state // those shaders are active when r_reflections_world is on textures/exx/base-metal01 -- 2.39.2