From: Rudolf Polzer Date: Sun, 12 Sep 2010 14:27:21 +0000 (+0200) Subject: a new cubemapped water shader X-Git-Tag: xonotic-v0.1.0preview~151^2~21^2 X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-maps.pk3dir.git;a=commitdiff_plain;h=d68ae5eedfff59b745ca9d386d0085abde41d927 a new cubemapped water shader --- diff --git a/scripts/liquids_water.shader b/scripts/liquids_water.shader index 8c10a56f..2cfdf3b1 100644 --- a/scripts/liquids_water.shader +++ b/scripts/liquids_water.shader @@ -19,6 +19,30 @@ textures/liquids_water/water0 dp_water 0.1 0.8 3 3 1 1 1 1 1 1 0.125 } +textures/liquids_water/water0_cubemap +{ + qer_trans 20 + surfaceparm nomarks + surfaceparm trans + surfaceparm water + surfaceparm nolightmap + cull none + q3map_globaltexture + tessSize 256 + qer_editorimage textures/liquids_water/water0_reflect.tga + { + map textures/liquids_water/water0.tga + tcMod turb 0 0.4 0 0.08 + blendfunc add + } + dpreflectcube cubemaps/default/sky + { + map $lightmap + blendfunc add + tcGen lightmap + } +} + textures/liquids_water/water1 { qer_editorimage textures/liquids_water/water1.tga diff --git a/textures/liquids_water/water0_reflect.tga b/textures/liquids_water/water0_reflect.tga new file mode 100644 index 00000000..fbe7630e Binary files /dev/null and b/textures/liquids_water/water0_reflect.tga differ