Subversion-Projekte sthq.colony7

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
62 chriss 1
//*************************************************
2
//* 		   THE START OF		        *
3
//* 		THE TRANSPORTER ROOM SHADERS	*
4
//*************************************************
5
textures/transporter/backglass1
6
{
7
    q3map_surfacelight 612
8
    surfaceparm nolightmap
9
    {
10
        map textures/transporter/backglass1.tga
11
    }
12
    {
13
        map textures/transporter/panelmult.tga
14
        blendFunc GL_DST_COLOR GL_ZERO
15
        tcMod scale 1 0.25
16
        tcMod scroll 0.02 0.15
17
    }
18
}
19
 
20
textures/transporter/light1
21
{
22
    q3map_surfacelight 4200
23
    surfaceparm nolightmap
24
    {
25
        map textures/transporter/light1.tga
26
    }
27
}
28
 
29
textures/transporter/light_basic
30
{
31
    q3map_surfacelight 3500
32
    surfaceparm nolightmap
33
    {
34
        map textures/transporter/light_basic.tga
35
    }
36
}
37
 
38
textures/transporter/transpadtop
39
{
40
    q3map_surfacelight 1400
41
    surfaceparm nolightmap
42
    {
43
        map textures/transporter/transpadtop.tga
44
    }
45
}
46
 
47
textures/transporter/transpad
48
{
49
    surfaceparm nolightmap
50
    portal
51
    {
52
        map textures/transporter/transpad.tga
53
        blendFunc GL_ZERO GL_ONE_MINUS_SRC_COLOR
54
        depthWrite
55
    }
56
    {
57
        map textures/transporter/transpad.tga
58
        blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
59
    }
60
}
61
 
62
textures/transporter/panel
63
{
64
    surfaceparm nolightmap
65
    surfaceparm pointlight
66
    {
67
        map textures/detail/gleam2.tga
68
        blendFunc GL_ONE GL_ZERO
69
        rgbGen identity
70
        tcGen environment
71
        tcMod scale 3 3
72
    }
73
    {
74
        map textures/transporter/panel.tga
75
        blendFunc GL_ONE GL_SRC_ALPHA
76
        rgbGen vertex
77
    }
78
    {
79
        map textures/transporter/panel.tga
80
        blendFunc GL_ONE GL_ONE
81
        rgbGen vertex
82
    }
83
}
84
 
85
textures/transporter/panel2
86
{
87
    surfaceparm nolightmap
88
    surfaceparm pointlight
89
    {
90
        map textures/detail/gleam2.tga
91
        blendFunc GL_ONE GL_ZERO
92
        rgbGen identity
93
        tcGen environment
94
        tcMod scale 3 3
95
    }
96
    {
97
        map textures/transporter/panel2.tga
98
        blendFunc GL_ONE GL_SRC_ALPHA
99
        rgbGen vertex
100
    }
101
    {
102
        map textures/transporter/panel2.tga
103
        blendFunc GL_ONE GL_ONE
104
        rgbGen vertex
105
    }
106
}
107
 
108
textures/transporter/panelsmall
109
{
110
    surfaceparm nolightmap
111
    surfaceparm pointlight
112
    {
113
        map textures/detail/gleam2.tga
114
        blendFunc GL_ONE GL_ZERO
115
        rgbGen identity
116
        tcGen environment
117
        tcMod scale 3 3
118
    }
119
    {
120
        map textures/transporter/panelsmall.tga
121
        blendFunc GL_ONE GL_SRC_ALPHA
122
        rgbGen vertex
123
    }
124
}
125
 
126
textures/transporter/tranpan
127
{
128
    surfaceparm nolightmap
129
    surfaceparm pointlight
130
    {
131
        map textures/detail/gleam2.tga
132
        blendFunc GL_ONE GL_ZERO
133
        rgbGen identity
134
        tcGen environment
135
        tcMod scale 3 3
136
    }
137
    {
138
        map textures/transporter/tranpanb.tga
139
        blendFunc GL_ONE GL_SRC_ALPHA
140
        rgbGen vertex
141
    }
142
    {
143
        map textures/transporter/tranpanb.tga
144
        blendFunc GL_ONE GL_ONE
145
        rgbGen vertex
146
    }
147
}
148
 
149
textures/transporter/glassedge
150
{
151
    q3map_surfacelight 2800
152
    surfaceparm nolightmap
153
    surfaceparm trans
154
    {
155
        map textures/transporter/glassedge.tga
156
    }
157
    {
158
        map textures/engineering/glass1.tga
159
        blendFunc GL_ONE GL_ONE
160
        tcGen environment
161
        tcMod scale 3 3
162
    }
163
}
164
 
165
textures/transporter/transpad_b
166
{
167
    surfaceparm nolightmap
168
    surfaceparm pointlight
169
    {
170
        map textures/detail/gleam2.tga
171
        blendFunc GL_ONE GL_ZERO
172
        rgbGen identity
173
        tcGen environment
174
    }
175
    {
176
        map textures/transporter/transpad_b.tga
177
        blendFunc GL_ONE GL_ONE
178
        rgbGen vertex
179
    }
180
}
181
 
182
textures/transporter/transpad2
183
{
184
    surfaceparm nolightmap
185
    surfaceparm pointlight
186
    {
187
        map textures/detail/gleam2.tga
188
        blendFunc GL_ONE GL_ZERO
189
        rgbGen identity
190
        tcGen environment
191
    }
192
    {
193
        map textures/transporter/transpad2.tga
194
        blendFunc GL_ONE GL_ONE
195
        rgbGen identity
196
    }
197
}
198