]> de.git.xonotic.org Git - xonotic/xonotic-nexcompat.pk3dir.git/blob - scripts/nexcompat-liquids.shader
remaining fixes for nexcompat
[xonotic/xonotic-nexcompat.pk3dir.git] / scripts / nexcompat-liquids.shader
1
2 //Water for Q3texture, temp use.
3 //This shader is for DarkPlaces Engine - Nexuiz
4
5 textures/liquids/clear_ripple3
6 {
7         qer_editorimage textures/water/pool3d_5e.jpg
8         qer_trans 0.5
9         surfaceparm trans
10         surfaceparm nonsolid
11         surfaceparm water
12         deformVertexes wave 150.0 sin 2 5 0.25 0.1
13         Q3map_TessSize 128
14         cull none
15         {
16                 map textures/water/pool3d_5e.jpg
17                 blendFunc add
18                 rgbGen vertex
19         }
20 }