File: hotmenu.shader

package info (click to toggle)
openarena-085-data 0.8.5split-11
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 358,860 kB
  • sloc: makefile: 139; ansic: 74; perl: 22; sh: 20
file content (46 lines) | stat: -rw-r--r-- 921 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
45
46
//REALLY COOL MENU BACKGROUNDY
menuback_blueish
{
	{
		map gfx/newbg/bluefiller.tga
		rgbGen identity
		tcMod turb 0 0.6 0 0.125
		tcMod rotate 6
		tcMod scroll 1 0
	}
	{
		map gfx/newbg/bluefiller.tga
		blendfunc add
		rgbGen identity
		tcMod turb 0 0.4 0 0.325
		tcMod rotate -12
		tcMod scroll -1 0
	}
	{
		clampmap gfx/newbg/blackfading.tga
		blendfunc gl_zero gl_one_minus_src_alpha
		rgbGen identity
		tcMod stretch sin 1.5 0.2 0 0.1 
		tcMod rotate 7
	}
	{
		clampmap gfx/newbg/blackfading.tga
		blendfunc blend
		tcMod stretch sin 1.3 0.2 0 0.12 
		tcMod rotate -17
		alphaGen wave sin 0.3 0 0 1 
	}
	{
		map textures/sfx/jcb2.tga
		blendfunc add
		rgbGen wave triangle 0 0.2 0 0.1 
		tcMod rotate 360
		tcMod stretch sin 2.3 0 0 1 
	}
	{
		videomap video/idlogo.roq
		blendfunc gl_dst_color gl_one_minus_dst_color
		rgbGen const ( 0.482353 0.384314 0.615686 )
	}
}