Subversion-Projekte sthq.argas

Revision

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

Revision Autor Zeilennr. Zeile
21 lars 1
 
2
textures/tos/AEsky
3
{
4
    qer_editorimage textures/common/sky.tga
5
    surfaceparm noimpact
6
    surfaceparm nomarks
7
    surfaceparm nolightmap
8
    surfaceparm sky
9
    skyParms env/bsky 512 -
10
    q3map_sun 1 1 1 175 65 45
11
}
12
 
13
 
14
 
15
models/mapobjects/tos/dragon
16
{
17
    cull disable
18
    {
19
        map models/mapobjects/tos/dragon.tga
20
        alphaFunc GE128
21
    }
22
}
23
 
24
 
25
 
26
models/mapobjects/tos/kimtree
27
{
28
    cull disable
29
    {
30
        map models/mapobjects/tos/kimtree.tga
31
        alphaFunc GE128
32
        rgbGen lightingDiffuse
33
    }
34
}
35