]> icculus.org git repositories - divverent/nexuiz.git/blob - data/scripts/mflag.shader
simpler gaussian distribution code
[divverent/nexuiz.git] / data / scripts / mflag.shader
1 mflagshader
2         {
3         cull none
4         deformVertexes wave sin 0 3 0 0.1
5         tessSize 32
6         {
7         map models/mflag/flag.tga
8         alphaFunc GT0
9         rgbGen vertex
10         }
11         }
12