Subversion-Projekte sthq.argas

Revision

Revision 8 | Details | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
8 lars 1
models/powerups/trek/cover
2
{
3
    {
4
        map models/powerups/trek/plastic.tga
5
        blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
6
        depthWrite
7
        rgbGen lightingDiffuse
8
    }
9
}
10
 
11
models/powerups/trek/spray
12
{
13
    {
14
        map models/powerups/trek/hypo_spray.tga
15
        blendFunc GL_ONE GL_ZERO
16
        rgbGen lightingDiffuse
17
    }
18
    {
19
        map textures/detail/gleam.tga
20
        blendFunc GL_DST_COLOR GL_SRC_COLOR
21
        detail
22
        rgbGen identity
23
        tcGen environment
24
    }
25
}
26
 
27
models/weapons2/borg/metal
28
{
29
    {
30
        map models/powerups/trek/hypo_spray.tga
31
        blendFunc GL_ONE GL_ZERO
32
        rgbGen lightingDiffuse
33
    }
34
    {
35
        map textures/detail/gleam.tga
36
        blendFunc GL_DST_COLOR GL_SRC_COLOR
37
        detail
38
        rgbGen identity
39
        tcGen environment
40
    }
41
}