Subversion-Projekte sthq.colony7

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
7 lars 1
textures/damagedhall/dhalldoor
2
{
3
    q3map_surfacelight 1050
4
    {
5
        map $lightmap
6
    }
7
    {
8
        map textures/damagedhall/dhalldoor.tga
9
        blendFunc GL_DST_COLOR GL_ZERO
10
    }
11
    {
12
		detail
13
        map textures/detail/metalsmooth.tga
14
        blendFunc GL_DST_COLOR GL_SRC_COLOR
15
        tcMod scale 12 12
16
		rgbGen identity
17
    }
18
}
19
 
20
textures/damagedhall/dprimaryhall_basiclight2
21
{
22
    q3map_surfacelight 1050
23
    {
24
        map $lightmap
25
    }
26
    {
27
        map textures/damagedhall/dprimaryhall_basiclight.tga
28
        blendFunc GL_DST_COLOR GL_ZERO
29
    }
30
    {
31
        map textures/damagedhall/dprimaryhall_basiclight_blend.tga
32
        blendFunc GL_ONE GL_ONE
33
    }
34
}
35
 
36
textures/damagedhall/dsecondhall_tex
37
{
38
    {
39
        map $lightmap
40
    }
41
    {
42
        map textures/damagedhall/dsecondhall_tex.tga
43
        blendFunc GL_DST_COLOR GL_ZERO
44
    }
45
    {
46
        map textures/damagedhall/dsecondhall_tex_glow.tga
47
        blendFunc GL_ONE GL_ONE
48
        rgbGen wave square 0 1 0 0.8
49
    }
50
}
51
 
52
textures/damagedhall/dsecondhall_texlong
53
{
54
    {
55
        map $lightmap
56
    }
57
    {
58
        map textures/damagedhall/dsecondhall_texlong.tga
59
        blendFunc GL_DST_COLOR GL_ZERO
60
    }
61
    {
62
        map textures/damagedhall/dsecondhall_texlong_glow.tga
63
        blendFunc GL_ONE GL_ONE
64
        rgbGen wave square 0 1 0 0.8
65
    }
66
}