File: weapon_proxbomb.shader

package info (click to toggle)
openarena-data 0.8.5split-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 191,764 kB
  • sloc: ansic: 4,254; makefile: 88; perl: 22
file content (40 lines) | stat: -rw-r--r-- 602 bytes parent folder | download | duplicates (18)
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
models/weaphits/proxflare
{
	deformVertexes autosprite
	{
		map textures/flares/wide.tga
		blendfunc add
		rgbGen const ( 1 0 0 )
	}
}

models/weaphits/proxflare_b
{
	deformVertexes autosprite
	{
		map textures/flares/flarey.tga
		blendfunc add
		rgbGen const ( 0 0 1 )
	}
}

models/weaphits/proxlite
{
	cull disable
	{
		map models/weaphits/proxbomb.tga
		blendfunc gl_dst_color gl_src_color
		rgbGen identity
	}
}

models/weaphits/proxlite_b
{
	cull disable
	{
		map models/weaphits/proxbomb_b.tga
		blendfunc gl_dst_color gl_src_color
		rgbGen identity
	}
}