From: Rudolf Polzer Date: Sat, 13 Jul 2013 09:21:53 +0000 (+0200) Subject: fix glassx shader X-Git-Tag: xonotic-v0.8.0~33 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-maps.pk3dir.git;a=commitdiff_plain;h=12f4fca418e8b82b5dd43b288136a6301bbfd5ec;hp=3e96423ad45ba9dea75b5a4ffdfbb681b4bee9d1;ds=sidebyside fix glassx shader --- diff --git a/scripts/glassx.shader b/scripts/glassx.shader index 2640690e..4d5f7a5e 100644 --- a/scripts/glassx.shader +++ b/scripts/glassx.shader @@ -1,7 +1,7 @@ textures/glassx/hexglass { q3map_bouncescale 3 - qer_editorimage textures/glassx/hexglass.tga + qer_editorimage textures/glassx/base/hexglass.tga dpreflectcube cubemaps/default/sky dpnoshadow surfaceparm trans @@ -9,7 +9,7 @@ textures/glassx/hexglass q3map_lightmapSampleSize 64 cull none { - map textures/glassx/hexglass.tga + map textures/glassx/base/hexglass.tga blendfunc blend rgbgen lightingDiffuse } diff --git a/textures/glassx/base/hexglass.tga b/textures/glassx/base/hexglass.tga new file mode 100644 index 00000000..86f81898 Binary files /dev/null and b/textures/glassx/base/hexglass.tga differ diff --git a/textures/glassx/base/hexglass_gloss.tga b/textures/glassx/base/hexglass_gloss.tga new file mode 100644 index 00000000..0ee52619 Binary files /dev/null and b/textures/glassx/base/hexglass_gloss.tga differ diff --git a/textures/glassx/base/hexglass_norm.tga b/textures/glassx/base/hexglass_norm.tga new file mode 100644 index 00000000..fee002da Binary files /dev/null and b/textures/glassx/base/hexglass_norm.tga differ diff --git a/textures/glassx/base/hexglass_reflect.tga b/textures/glassx/base/hexglass_reflect.tga new file mode 100644 index 00000000..78f43168 Binary files /dev/null and b/textures/glassx/base/hexglass_reflect.tga differ diff --git a/textures/glassx/hexglass.tga b/textures/glassx/hexglass.tga deleted file mode 100644 index 86f81898..00000000 Binary files a/textures/glassx/hexglass.tga and /dev/null differ diff --git a/textures/glassx/hexglass_gloss.tga b/textures/glassx/hexglass_gloss.tga deleted file mode 100644 index 0ee52619..00000000 Binary files a/textures/glassx/hexglass_gloss.tga and /dev/null differ diff --git a/textures/glassx/hexglass_norm.tga b/textures/glassx/hexglass_norm.tga deleted file mode 100644 index fee002da..00000000 Binary files a/textures/glassx/hexglass_norm.tga and /dev/null differ diff --git a/textures/glassx/hexglass_reflect.tga b/textures/glassx/hexglass_reflect.tga deleted file mode 100644 index 78f43168..00000000 Binary files a/textures/glassx/hexglass_reflect.tga and /dev/null differ