File: doubledomination.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 (27 lines) | stat: -rw-r--r-- 321 bytes parent folder | download | duplicates (27)
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
WhiteDomSkin
{
	{
		map textures/effects/tinfx.tga
		rgbGen identity
		tcGen environment 
	}
}

RedDomSkin
{
	{
		map textures/effects/envmapred.tga
		rgbGen identity
		tcGen environment 
	}
}

BlueDomSkin
{
	{
		map textures/effects/envmapblue.tga
		rgbGen identity
		tcGen environment 
	}
}