Subversion-Projekte sthq.colony7

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
7 lars 1
textures/col7/rain
2
{
3
    //nopicmip
4
    qer_trans 0.5
5
    surfaceparm nomarks
6
    surfaceparm nolightmap
7
    surfaceparm nonsolid
8
    surfaceparm trans
9
    cull disable
10
    deformVertexes wave 30 sin 0 30 0 0.2
11
    {
12
        map textures/col7/rain.tga
13
        blendFunc GL_ONE GL_ONE
14
        tcMod scroll 0.5 -8
15
        tcMod turb 0.1 0.25 0 -0.1
16
    }
17
    {
18
        map textures/col7/rain.tga
19
        blendFunc GL_ONE GL_ONE
20
        tcMod scroll 0.01 -6.3
21
    }
22
}
23