]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/blob - scripts/model_bigfan01.shader
also audit alpha channel for shaders
[xonotic/xonotic-maps.pk3dir.git] / scripts / model_bigfan01.shader
1 models/mapobjects/fans/fanlight
2 {
3  {
4         map models/fans/fanlight.tga
5         blendfunc add
6         tcmod rotate 40
7  }
8 }
9
10 models/mapobjects/fans/fanshadow
11 {
12  {
13         map models/fans/fanshadow.tga
14         blendfunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
15         tcmod rotate 40
16  }
17 }