From: MirceaKitsune Date: Tue, 26 Oct 2010 17:26:29 +0000 (+0300) Subject: Remove the distort_glass texture, since we likely wont ever be using that with how... X-Git-Tag: xonotic-v0.1.0preview~58^2~3 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-maps.pk3dir.git;a=commitdiff_plain;h=1ca2ecdd90aad928d9f9d7f9ce6b8f523f313dba;hp=3219b86937e2a484af4fb9f22a96baa551073906 Remove the distort_glass texture, since we likely wont ever be using that with how much performance it takes, and now have env maps instead. --- diff --git a/scripts/map_red-planet.shader b/scripts/map_red-planet.shader index 45980b57..61b5c3f9 100644 --- a/scripts/map_red-planet.shader +++ b/scripts/map_red-planet.shader @@ -58,24 +58,6 @@ textures/map_red-planet/env3 }*/ } -textures/map_red-planet/distort_glass -{ - qer_editorimage textures/map_red-planet/distort_glass.tga - surfaceparm trans - q3map_bounceScale 0.75 - { - map textures/map_red-planet/distort_glass.tga - blendfunc blend - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } - dp_water 0.1 0.8 3 3 1 1 1 1 1 1 0.125 -} - textures/map_red-planet/gradient_light { qer_editorimage textures/map_red-planet/gradient_light.tga diff --git a/textures/map_red-planet/distort_glass.tga b/textures/map_red-planet/distort_glass.tga deleted file mode 100644 index 4463ed5e..00000000 Binary files a/textures/map_red-planet/distort_glass.tga and /dev/null differ diff --git a/textures/map_red-planet/distort_glass_norm.tga b/textures/map_red-planet/distort_glass_norm.tga deleted file mode 100644 index d29f124c..00000000 Binary files a/textures/map_red-planet/distort_glass_norm.tga and /dev/null differ