Subversion-Projekte sthq.colony7

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
7 lars 1
models/chunks/glass/glchunks
2
{
3
    qer_trans 0.5
4
    surfaceparm trans
5
    {
6
        map models/chunks/glass/glchunks.tga
7
        blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
8
        rgbGen lightingDiffuse
9
        tcGen environment
10
        tcMod scale 3 3
11
    }
12
}
13
 
14
models/chunks/glass/glchunks_2
15
{
16
    qer_trans 0.5
17
    surfaceparm trans
18
    {
19
        map models/chunks/glass/glchunks_2.tga
20
        blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
21
        rgbGen lightingDiffuse
22
        tcGen environment
23
        tcMod scale 3 3
24
    }
25
}
26
 
27
textures/test/target
28
{
29
    {
30
        map textures/test/target.tga
31
        blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
32
        rgbGen lightingDiffuse
33
    }
34
}
35
 
36
textures/test/teststrobe
37
{
38
    {
39
        map $lightmap
40
        rgbGen identity
41
    }
42
    {
43
        map textures/common/mirror1.tga
44
        blendFunc GL_DST_COLOR GL_ZERO
45
        rgbGen identity
46
    }
47
    {
48
        map textures/voyager/pulse1.tga
49
        blendFunc GL_ONE GL_ONE
50
        rgbGen wave sin 0.5 0.25 0.25 0.25
51
        tcMod turb 0.2 0.2 0.1 1
52
        tcMod scale 0.25 0.25
53
        tcMod scroll -0.5 -1.2
54
    }
55
}
56
 
57
gfx/misc/borgeyeflare
58
{
59
    cull disable
60
    {
61
        map gfx/misc/borgeyeflare.tga
62
        blendFunc GL_SRC_ALPHA GL_ONE
63
        alphaGen vertex
64
    }
65
}
66
 
67
gfx/misc/spark_or
68
{
69
    cull disable
70
    {
71
        map gfx/misc/ophaser.tga
72
        blendFunc GL_SRC_ALPHA GL_ONE
73
        alphaGen vertex
74
    }
75
}
76
 
77
gfx/effects/electric_or
78
{
79
    cull disable
80
    {
81
        map gfx/effects/electric_or.tga
82
        blendFunc GL_SRC_ALPHA GL_ONE
83
        rgbGen vertex
84
        alphaGen vertex
85
    }
86
}
87