]> icculus.org git repositories - divverent/nexuiz.git/blob - data/scripts/swamp.shader
r7670 | fruitiex | 2009-09-06 14:56:36 -0400 (Sun, 06 Sep 2009) | 2 lines
[divverent/nexuiz.git] / data / scripts / swamp.shader
1 textures/swamp/ndslime
2 {
3         qer_editorimage textures/liquids/slime1.jpg
4         qer_trans 0.5
5         surfaceparm noimpact
6         surfaceparm trans
7         surfaceparm nonsolid
8         q3map_surfacelight 15
9         deformVertexes wave 150.0 sin 2 5 0.25 0.1
10         Q3map_TessSize 128
11         cull none
12         {
13                 map textures/liquids/slime1.jpg
14                 blendFunc add
15                 rgbGen identity
16         }
17 }