File: dsi_nw.shader

package info (click to toggle)
openarena-085-data 0.8.5split-12
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 358,864 kB
  • sloc: makefile: 139; ansic: 74; perl: 22; sh: 20
file content (44 lines) | stat: -rw-r--r-- 854 bytes parent folder | download | duplicates (9)
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
textures/dsi/cretetrimlight2g
{
	qer_editorimage textures/dsi/cretetrimlight2g.tga
	q3map_lightimage textures/dsi/cretelighttrim2g_glow.tga
	surfaceparm nomarks
	q3map_lightsubdivide 32
	q3map_surfacelight 1000
	{
		map textures/dsi/cretetrimlight2g.tga
		rgbGen identity
	}
	{
		map $lightmap 
		blendfunc filter
		tcGen lightmap 
	}
	{
		map textures/dsi/cretetrimlight2g_glow.tga
		blendfunc add
	}
}

textures/dsi/cretetrimlight2y
{
	qer_editorimage textures/dsi/cretetrimlight2y.tga
	q3map_lightimage textures/dsi/cretelighttrim2y_glow.tga
	surfaceparm nomarks
	q3map_lightsubdivide 32
	q3map_surfacelight 1000
	{
		map textures/dsi/cretetrimlight2y.tga
		rgbGen identity
	}
	{
		map $lightmap 
		blendfunc filter
		tcGen lightmap 
	}
	{
		map textures/dsi/cretetrimlight2y_glow.tga
		blendfunc add
	}
}