File: leiprojectile.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 (89 lines) | stat: -rw-r--r-- 1,098 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
models/lasertrail
{
	cull disable
	{
		map models/ltrail.tga
		blendfunc add
		rgbGen identity
	}
}

models/lasercore
{
	deformVertexes autosprite
	{
		map models/lcore.tga
		blendfunc add
		rgbGen identity
	}
}

models/plastrail
{
	cull disable
	{
		map models/ptrail.tga
		blendfunc add
		rgbGen identity
	}
}

models/plascore
{
	deformVertexes autosprite
	{
		map models/pcore.tga
		blendfunc add
		rgbGen identity
	}
}

models/bultrail
{
	cull disable
	{
		map models/bultrail.tga
		blendfunc add
		rgbGen identity
	}
}

models/bulcore
{
	deformVertexes autosprite
	{
		map models/bulcore.tga
		blendfunc add
		rgbGen identity
	}
}

models/eleccore
{
	{
		animmap 45 models/eleccore.tga models/eleccore2.tga models/eleccore3.tga models/eleccore4.tga models/eleccore5.tga models/eleccore6.tga models/eleccore7.tga models/eleccore8.tga 
		blendfunc blend
		rgbGen identity
	}
}

models/elecglass
{
	{
		map models/elecglass.tga
		blendfunc add
		rgbGen lightingDiffuse
	}
}

models/elecbeam
{
	cull disable
	{
		map models/elecbeam.tga
		blendfunc add
		rgbGen identity
		tcMod scroll -2 0
	}
}