Subversion-Projekte sthq.colony7

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
62 chriss 1
textures/klingon/tri_2sided
2
{
3
    surfaceparm metalsteps
4
    surfaceparm trans
5
    cull disable
6
    {
7
        map textures/klingon/tri_2sided.tga
8
        alphaFunc GE128
9
        blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
10
        depthWrite
11
    }
12
    {
13
        map $lightmap
14
        blendFunc GL_DST_COLOR GL_ZERO
15
        depthFunc equal
16
    }
17
}
18
 
19
textures/klingon/k_chrispanel_on
20
{
21
    {
22
        map $lightmap
23
    }
24
    {
25
        map textures/scavenger/k_newpanelframe.tga
26
        blendFunc GL_DST_COLOR GL_ZERO
27
    }
28
    {
29
        map textures/klingon/k_chrispanel_onglow.tga
30
        blendFunc GL_ONE GL_ONE
31
        rgbGen wave noise 1.5 1 0 4
32
    }
33
}
34
 
35
textures/klingon/k_chrispanel_off
36
{
37
    {
38
        map $lightmap
39
    }
40
    {
41
        map textures/scavenger/k_newpanelframe.tga
42
        blendFunc GL_DST_COLOR GL_ZERO
43
    }
44
    {
45
        map textures/klingon/k_chrispanel_offglow.tga
46
        blendFunc GL_ONE GL_ONE
47
        rgbGen wave noise 1.5 1 0 4
48
    }
49
}
50
 
51
textures/klingon/red_field
52
{
53
    surfaceparm nomarks
54
    surfaceparm nolightmap
55
    surfaceparm trans
56
    cull disable
57
    {
58
        map textures/klingon/red_field.tga
59
        blendFunc GL_ONE GL_ONE
60
        tcMod scroll 1292.7 1133.9
61
    }
62
}
63