Subversion-Projekte sthq.colony7

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
7 lars 1
textures/holodeck_training/fog
2
{
3
    qer_editorimage textures/borg/fog.tga
4
    qer_nocarve
5
    surfaceparm fog
6
    surfaceparm nolightmap
7
    surfaceparm nonsolid
8
    surfaceparm trans
9
    surfaceparm nodrop
10
    cull back
11
    fogparms ( 0.55 0.4 0.2 ) 768
12
}
13
 
14
textures/holodeck_training/target
15
{
16
    surfaceparm nolightmap
17
    surfaceparm trans
18
    {
19
        map textures/holodeck_training/target.tga
20
        blendFunc GL_ONE GL_ONE
21
        rgbGen wave sin 0.75 0.25 0 1
22
    }
23
}
24
 
25
textures/holodeck_training/lava2
26
{
27
    surfaceparm lava
28
    surfaceparm nolightmap
29
    surfaceparm nosteps
30
    surfaceparm trans
31
    cull disable
32
    deformVertexes wave 200 sin 0 1 0 0.25
33
    tessSize 96
34
    {
35
        map textures/holodeck_training/lava2.tga
36
        rgbGen identity
37
        tcMod scroll -0.02 -0.01
38
    }
39
    {
40
        map textures/holodeck_training/lava2_mult.tga
41
        blendFunc GL_DST_COLOR GL_SRC_COLOR
42
        rgbGen identity
43
        tcMod scale 2 2
44
        tcMod scroll 0.01 0.02
45
    }
46
    {
47
        map textures/holodeck_training/lava2_mult.tga
48
        blendFunc GL_DST_COLOR GL_SRC_COLOR
49
        detail
50
        rgbGen identity
51
        tcMod scale 3 3
52
        tcMod scroll -0.015 -0.025
53
    }
54
}
55