File: weapon_shotgun.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 (34 lines) | stat: -rw-r--r-- 603 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
models/weapons2/shotgun/skinoa
{
    {
        map models/weapons2/shotgun/shotgun.tga
        rgbGen lightingDiffuse
    }
    {
        map models/weapons2/shotgun/shotgun_spec.jpg
        blendFunc GL_SRC_ALPHA GL_ONE
        detail
        alphaGen lightingSpecular
    }
}

models/weapons2/shotgun/shotgun_laser
{
	
	{
		map	models/weapons2/shotgun/shotgun_laser.tga
		blendfunc add
	}
}

models/weapons2/shells/sgunshell_2
{
	deformVertexes autosprite
    {
        map models/weapons2/shells/sgunshell_2
        rgbGen lightingDiffuse
	blendFunc blend
    }

}