]> icculus.org git repositories - divverent/nexuiz.git/blob - data/scripts/liquids.shader
[NOT FOR 2.5.2] better gibs for robots (yes, by you-know-who)
[divverent/nexuiz.git] / data / scripts / 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 }