]> icculus.org git repositories - divverent/nexuiz.git/blob - data/scripts/eggandbacon.shader
spiderbot & wakazachi media
[divverent/nexuiz.git] / data / scripts / eggandbacon.shader
1 textures/eggandbacon/eggandbacon_sky
2 {
3         qer_editorimage env/stralenex8/darkblue_up.tga
4         surfaceparm sky
5         surfaceparm noimpact
6         surfaceparm nolightmap
7         surfaceparm nomarks
8         q3map_sun 1 .98 .9 10 0 90
9         skyparms env/stralenex8/darkblue - -
10 }
11
12 textures/eggandbacon/upsign
13 {
14         qer_editorimage textures/eggandbacon/upsign.tga
15         surfaceparm nonsolid
16         {
17                 map $lightmap
18                 rgbGen identity
19         }
20         {
21                 map textures/eggandbacon/upsign.tga
22                 blendFunc GL_DST_COLOR GL_ZERO
23                 rgbGen identity
24         }
25 }
26
27 textures/eggandbacon/light_bottom
28 {
29         qer_editorimage textures/evil6_lights/e6v_light.tga
30         surfaceparm nonsolid
31         {
32                 map $lightmap
33                 rgbGen identity
34         }
35         {
36                 map textures/evil6_lights/e6v_light.tga
37                 blendFunc GL_DST_COLOR GL_ZERO
38                 rgbGen identity
39         }
40 }
41
42 textures/eggandbacon/light_side
43 {
44         qer_editorimage textures/eggandbacon/black.tga
45         surfaceparm nonsolid
46         {
47                 map $lightmap
48                 rgbGen identity
49         }
50         {
51                 map textures/eggandbacon/black.tga
52                 blendFunc GL_DST_COLOR GL_ZERO
53                 rgbGen identity
54         }
55 }