Subversion-Projekte sthq.colony7

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
32 lars 1
textures/new_decals/yellowmarker
2
{
3
    surfaceparm nomarks
4
    surfaceparm nolightmap
5
    surfaceparm trans
6
    polygonOffset
7
    {
8
        map textures/new_decals/yellowmarker.tga
9
        alphaFunc GT0
10
        blendFunc GL_DST_COLOR GL_ZERO
11
        rgbGen identity
12
    }
13
}
14
 
15
textures/new_decals/yellowmarker2
16
{
17
    surfaceparm nomarks
18
    surfaceparm nolightmap
19
    surfaceparm trans
20
    polygonOffset
21
    {
22
        map textures/new_decals/yellowmarker2.tga
23
        alphaFunc GT0
24
        blendFunc GL_ONE GL_ONE
25
        rgbGen identity
26
    }
27
}
28
 
29
textures/new_decals/glowarrow
30
{
31
    surfaceparm nomarks
32
    surfaceparm nolightmap
33
    surfaceparm trans
34
    polygonOffset
35
    {
36
		rgbGen wave sin 0.65 0.35 0 0.5
37
        map textures/new_decals/glowarrow.tga
38
        blendFunc GL_ONE GL_ONE
39
    }
40
}
41
 
42
textures/new_decals/redarrow
43
{
44
    surfaceparm nomarks
45
    surfaceparm nolightmap
46
    surfaceparm trans
47
    polygonOffset
48
    {
49
        map textures/new_decals/redarrow.tga
50
        alphaFunc GT0
51
        blendFunc GL_DST_COLOR GL_ZERO
52
        rgbGen identity
53
    }
54
}
55
 
56
textures/new_decals/bluearrow
57
{
58
    surfaceparm nomarks
59
    surfaceparm nolightmap
60
    surfaceparm trans
61
    polygonOffset
62
    {
63
        map textures/new_decals/bluearrow.tga
64
        alphaFunc GT0
65
        blendFunc GL_DST_COLOR GL_ZERO
66
        rgbGen identity
67
    }
68
}
69
 
70
textures/new_decals/chaotica
71
{
72
    surfaceparm nomarks
73
    surfaceparm nolightmap
74
    surfaceparm trans
75
    polygonOffset
76
    {
77
        map textures/new_decals/chaotica.tga
78
        alphaFunc GT0
79
        blendFunc GL_DST_COLOR GL_SRC_COLOR
80
        rgbGen identity
81
    }
82
}
83
 
84
textures/new_decals/sign_outside
85
{
86
    surfaceparm nomarks
87
    surfaceparm nolightmap
88
    surfaceparm trans
89
    polygonOffset
90
    {
91
        map textures/new_decals/sign_outside.tga
92
        alphaFunc GT0
93
        blendFunc GL_DST_COLOR GL_SRC_COLOR
94
        rgbGen identity
95
    }
96
}
97
 
98
textures/new_decals/sign_security
99
{
100
    surfaceparm nomarks
101
    surfaceparm nolightmap
102
    surfaceparm trans
103
    polygonOffset
104
    {
105
        map textures/new_decals/sign_security.tga
106
        alphaFunc GT0
107
        blendFunc GL_DST_COLOR GL_SRC_COLOR
108
        rgbGen identity
109
    }
110
}
111
 
112
textures/new_decals/sign_power1
113
{
114
    surfaceparm nomarks
115
    surfaceparm nolightmap
116
    surfaceparm trans
117
    polygonOffset
118
    {
119
        map textures/new_decals/sign_power1.tga
120
        alphaFunc GT0
121
        blendFunc GL_DST_COLOR GL_SRC_COLOR
122
        rgbGen identity
123
    }
124
}
125
 
126
textures/new_decals/sign_power2
127
{
128
    surfaceparm nomarks
129
    surfaceparm nolightmap
130
    surfaceparm trans
131
    polygonOffset
132
    {
133
        map textures/new_decals/sign_power2.tga
134
        alphaFunc GT0
135
        blendFunc GL_DST_COLOR GL_SRC_COLOR
136
        rgbGen identity
137
    }
138
}