File: caustics.rscript

package info (click to toggle)
alien-arena-data 7.66-4
  • links: PTS, VCS
  • area: non-free
  • in suites: bullseye
  • size: 1,223,292 kB
  • sloc: makefile: 8; sh: 2
file content (25 lines) | stat: -rw-r--r-- 528 bytes parent folder | download | duplicates (7)
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
caustics
{
	{
		map gfx/caustics.tga
		blendFunc GL_ONE GL_ONE_MINUS_SRC_ALPHA
		scale static 0.75 static 0.75
		scroll cosine 1.33 sine 1.33
		alphashift 1 0.45 0.53
	}
	{
		map gfx/caustics.tga
		blendFunc GL_ONE GL_ONE_MINUS_SRC_ALPHA
		scale static 0.75 static 0.75
		scroll sine -1.25 cosine 1.33
		alphashift 1 0.40 0.55
		nolightmap
	}
	{
		map gfx/caustics.tga
		blendFunc GL_ONE GL_ONE_MINUS_SRC_ALPHA
		scale static 0.75 static 0.75
		scroll cosine 1.25 sine -1.33
		alphashift 1 0.35 0.50
	}
}