File: onslaught.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 (99 lines) | stat: -rw-r--r-- 1,119 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
90
91
92
93
94
95
96
97
98
99
ons_shield
{
 {
	map textures/ons_shield.tga
	tcMod rotate 15
	tcMod scale 0.3 0.3
	tcMod scroll 0.03 0.001
	tcGen environment
 }
}

ons_pad_text
{
	cull none
 {
	map textures/ons_text.tga
	tcMod scroll 0.1 0
	blendfunc add

 }
}

ons_icon_text
{
 {
	map textures/ons_text.tga
	tcMod scroll 0.1 0
 }
}

ons_icon_thrust
{
 {
	map textures/ons_icon_thrust.tga
	tcMod scroll 3 0
	tcMod rotate 10
 }
}
ons_gen_spark
{
	cull none
 {
	animmap 9 textures/generator_lightning.tga textures/generator_lightning2.tga
	tcMod scroll 0.5 0
	blendfunc add

 }
}
ons_fire
{
 {
	map textures/ons_boom1.tga
	tcMod scroll 0.05 0.1
	tcMod rotate 0.01
	blendfunc add

 }
}
ons_smoke
{
	deformVertexes wave sin 1 3 2 0.2
 {
	map textures/ons_smoke1.tga
	tcMod scroll 0.01 0.04
	tcMod rotate 0.01
	alphaFunc GE128

 }
}
ons_shockwave
{
	cull none
 {
	map textures/ons_shockwave1.tga
	tcMod scroll 0.2 0
	blendfunc add

 }
}
ons_shockwave2
{
 {
	map textures/ons_shockwave2.tga
	tcMod rotate 85
	tcMod scroll 0.03 0.6
	tcGen environment
	blendfunc add
 }
}

ons_ray
{
cull none
 {
	map textures/ons_ray.tga
	tcMod rotate 85
	blendfunc add
 }
}