Subversion-Projekte sthq.argas

Revision

Revision 16 | Details | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
16 lars 1
textures/Aux_control/aux_screen
2
{
3
    surfaceparm trans
4
 
5
    {
6
        map textures/Aux_control/aux_screen.tga
7
        alphaFunc GE128
8
        blendFunc GL_ONE GL_ZERO
9
        rgbGen identity
10
    }
11
    {
12
        map $lightmap
13
        blendFunc GL_DST_COLOR GL_ZERO
14
        depthFunc equal
15
        rgbGen identity
16
    }
17
}
18
 
19
textures/Aux_control/meter
20
{
21
     surfaceparm nolightmap
22
 
23
     {
24
	map textures/Aux_control/meter.tga
25
     }
26
}
27