Subversion-Projekte sthq.argas

Revision

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

Revision Autor Zeilennr. Zeile
8 lars 1
textures/tos-ta/shandan-panel
2
{
3
    surfaceparm metalsteps
4
    surfaceparm nolightmap
5
    surfaceparm pointlight
6
    {
7
        map textures/dreadnought/shine3.tga
8
        blendFunc GL_ONE GL_ZERO
9
        rgbGen identity
10
        tcGen environment
11
        tcMod scale 6 6
12
    }
13
    {
14
        map textures/tos-ta/shandan_panel.tga
15
        blendFunc GL_ONE GL_SRC_ALPHA
16
        rgbGen vertex
17
    }
18
    {
19
        map textures/tos-ta/shandan_panel_glow.tga
20
        blendFunc GL_ONE GL_ONE
21
    }
22
}
23
 
24
textures/tos-ta/title2
25
{
26
    surfaceparm alphashadow
27
    surfaceparm nomarks
28
    surfaceparm trans
29
    nopicmip
30
    cull disable
31
    {
32
        map textures/tos-ta/title2.tga
33
        alphaFunc GE128
34
        blendFunc GL_ONE GL_ZERO
35
        depthWrite
36
        rgbGen identity
37
    }
38
    {
39
        map $lightmap
40
        blendFunc GL_DST_COLOR GL_ZERO
41
        depthFunc equal
42
        rgbGen identity
43
    }
44
}