File: tutorial.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 (137 lines) | stat: -rw-r--r-- 2,113 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
textures/tutorial/1
{
	qer_editorimage textures/tutorial/1.jpg
	surfaceparm nolightmap
	q3map_surfacelight 300
	{
		map textures/tutorial/1.jpg
		rgbGen identity
	}
}

textures/tutorial/2
{
	qer_editorimage textures/tutorial/2.jpg
	surfaceparm nolightmap
	q3map_surfacelight 300
	{
		map textures/tutorial/2.jpg
		rgbGen identity
	}
}

textures/tutorial/3
{
	qer_editorimage textures/tutorial/3.jpg
	surfaceparm nolightmap
	q3map_surfacelight 300
	{
		map textures/tutorial/3.jpg
		rgbGen identity
	}
}

textures/tutorial/4
{
	qer_editorimage textures/tutorial/4.jpg
	surfaceparm nolightmap
	q3map_surfacelight 300
	{
		map textures/tutorial/4.jpg
		rgbGen identity
	}
}

textures/tutorial/5
{
	qer_editorimage textures/tutorial/5.jpg
	surfaceparm nolightmap
	q3map_surfacelight 300
	{
		map textures/tutorial/5.jpg
		rgbGen identity
	}
}

textures/tutorial/6
{
	qer_editorimage textures/tutorial/6.jpg
	surfaceparm nolightmap
	q3map_surfacelight 300
	{
		map textures/tutorial/6.jpg
		rgbGen identity
	}
}

textures/tutorial/7
{
	qer_editorimage textures/tutorial/7.jpg
	surfaceparm nolightmap
	q3map_surfacelight 300
	{
		map textures/tutorial/7.jpg
		rgbGen identity
	}
}

textures/tutorial/8
{
	qer_editorimage textures/tutorial/8.jpg
	surfaceparm nolightmap
	q3map_surfacelight 300
	{
		map textures/tutorial/8.jpg
		rgbGen identity
	}
}

textures/tutorial/9
{
	qer_editorimage textures/tutorial/9.jpg
	surfaceparm nolightmap
	q3map_surfacelight 300
	{
		map textures/tutorial/9.jpg
		rgbGen identity
	}
}

textures/tutorial/10
{
	qer_editorimage textures/tutorial/10.jpg
	surfaceparm nolightmap
	q3map_surfacelight 300
	{
		map textures/tutorial/10.jpg
		rgbGen identity
	}
}

textures/tutorial/11
{
	qer_editorimage textures/tutorial/11.jpg
	surfaceparm nolightmap
	q3map_surfacelight 300
	{
		map textures/tutorial/11.jpg
		rgbGen identity
	}
}

textures/tutorial/nonsolidglass
{
	qer_editorimage textures/trak5/glass.tga
	surfaceparm trans
	surfaceparm nonsolid
	cull disable
	qer_trans 0.5

	{
		map textures/trak5/glass.tga
		blendfunc add
		//rgbGen vertex
		tcgen environment
		tcmod scale 4 4
	}	
}