File: oa_mapobjects.shader

package info (click to toggle)
openarena-088-data 0.8.8-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 485,592 kB
  • ctags: 63
  • sloc: ansic: 123; makefile: 97; perl: 22; sh: 20
file content (56 lines) | stat: -rw-r--r-- 915 bytes parent folder | download | duplicates (8)
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
56

models/mapobjects/torch/torchnew
{
 	cull disable
 	//surfaceparm trans
 	{
 		map models/mapobjects/torch/torchnew.tga
	//	alphaFunc GE128
	//	depthWrite
 		rgbGen lightingDiffuse
 	}

 	{
 	//	map models/mapobjects/torch/torchnew.tga
 	//	blendfunc gl_src_alpha gl_one
 	//	rgbGen lightingDiffuse
 	//	depthFunc equal
 	//	alphaGen lightingSpecular
 	//	detail
 	}

 	{
 		map gfx/fx/detail/d_met.tga
 		blendfunc gl_dst_color gl_src_color
 		rgbGen identity
 		tcMod scale 5 10
 		detail
 	}

}



// FIXME: Broken?
models/mapobjects/fan/fanbroken
{
	{
		map models/mapobjects/fan/fan.tga
		rgbGen lightingDiffuse
	}
	{
		map gfx/fx/detail/d_met2.tga
		blendfunc gl_dst_color gl_src_color
		rgbGen identity
		tcMod scale 8 8
		detail
	}
	{
		map gfx/fx/spec/robawt.tga
		blendfunc gl_dst_color gl_one
		rgbGen identity
		tcGen environment 
		detail
	}
}