blob: 957e0025d552cffab2c59f7528289992bd2add9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
models/buildables/mgturret/t_flash
{
cull disable
{
map models/buildables/mgturret/t_flash.tga
blendfunc add
rgbGen wave square 0 1 0 10
}
}
models/buildables/mgturret/turret_coil
{
cull disable
{
map models/buildables/mgturret/turret_coil.tga
rgbGen lightingDiffuse
alphaFunc GE128
}
}
models/buildables/mgturret/turret_shiny
{
{
map models/buildables/mgturret/turret_shiny.tga
rgbGen lightingDiffuse
}
{
map models/buildables/mgturret/ref_map.tga
blendfunc filter
rgbGen identity
tcGen environment
}
}
|