Subversion-Projekte sthq.argas

Revision

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

Revision Autor Zeilennr. Zeile
16 lars 1
models/weapons2/tricorder/tos_tricorder_screen
2
{
3
    {
4
        map models/weapons2/tricorder/tos_tricorder.tga
5
        blendFunc GL_ONE GL_ZERO
6
        rgbGen lightingDiffuse
7
    }
8
    {
9
        map textures/detail/gleam3.tga
10
        blendFunc GL_DST_COLOR GL_SRC_COLOR
11
        detail
12
        rgbGen identity
13
        tcGen environment
14
    }
15
}
16
 
17
models/boltons/cover
18
{
19
    {
20
        map models/boltons/plastic.tga
21
        blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
22
        depthWrite
23
        rgbGen lightingDiffuse
24
    }
25
}