File: eggandbacon.shader

package info (click to toggle)
nexuiz-data 2.5.2-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,294,288 kB
  • sloc: ansic: 10,523; perl: 6,845; sh: 2,188; java: 1,417; xml: 969; lisp: 519; ruby: 136; makefile: 125
file content (55 lines) | stat: -rw-r--r-- 972 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
textures/eggandbacon/eggandbacon_sky
{
	qer_editorimage env/stralenex8/darkblue_up.tga
	surfaceparm sky
	surfaceparm noimpact
	surfaceparm nolightmap
	surfaceparm nomarks
	q3map_sun 1 .98 .9 10 0 90
	skyparms env/stralenex8/darkblue - -
}

textures/eggandbacon/upsign
{
	qer_editorimage textures/eggandbacon/upsign.tga
	surfaceparm nonsolid
	{
		map $lightmap
		rgbGen identity
	}
	{
		map textures/eggandbacon/upsign.tga
		blendFunc GL_DST_COLOR GL_ZERO
		rgbGen identity
	}
}

textures/eggandbacon/light_bottom
{
	qer_editorimage textures/evil6_lights/e6v_light.tga
	surfaceparm nonsolid
	{
		map $lightmap
		rgbGen identity
	}
	{
		map textures/evil6_lights/e6v_light.tga
		blendFunc GL_DST_COLOR GL_ZERO
		rgbGen identity
	}
}

textures/eggandbacon/light_side
{
	qer_editorimage textures/eggandbacon/black.tga
	surfaceparm nonsolid
	{
		map $lightmap
		rgbGen identity
	}
	{
		map textures/eggandbacon/black.tga
		blendFunc GL_DST_COLOR GL_ZERO
		rgbGen identity
	}
}