summaryrefslogtreecommitdiff
path: root/assets/scripts/ab_infestation_blister.shader
blob: 6d264d2c4eee2ab511e94c80e6b33cf84af6ecde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
models/buildables/infestation_blister/infestation_texture2
{
  {
    map models/buildables/infestation_blister/infestation_texture.tga
	blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
	alphaFunc GE128
	depthWrite
  }
}

models/buildables/infestation_blister/infestation_texture
{
  {
    map models/buildables/infestation_blister/infestation_texture.tga
	blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
	alphaFunc GE128
	depthWrite
  }
    {
    map models/buildables/infestation_blister/base_texture_glow.jpg
	blendfunc add
    rgbGen wave Triangle .5 .5 0 0.2
  }
}