]> git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/blob - scripts/glass.shader
Do I really need to add version to the .map.options file? Fine... call this version...
[xonotic/xonotic-maps.pk3dir.git] / scripts / glass.shader
1 textures/glass/wavy
2 {
3         dpoffsetmapping none
4         surfaceparm nolightmap
5         // surfaceparm nonsolid // no, it must be solid like trigger
6         surfaceparm trans
7         surfaceparm nomarks
8         {
9                 map textures/glass/wavy.tga
10                 tcMod scroll 0.06 0.06
11                 blendfunc blend
12         }
13         dp_water 0.1 0.9  3 3  1 1 1  1 1 1  0.4
14 }
15
16 textures/glass/blueedge
17 {
18         cull none
19         {
20                 map textures/glass/blueedge.tga
21                 blendfunc GL_SRC_ALPHA GL_ONE
22         }
23 }
24
25 textures/glass/rededge
26 {
27         cull none
28         {
29                 map textures/glass/rededge.tga
30                 blendfunc GL_SRC_ALPHA GL_ONE
31         }
32 }
33
34 textures/glass/greenedge
35 {
36         cull none
37         {
38                 map textures/glass/greenedge.tga
39                 blendfunc GL_SRC_ALPHA GL_ONE
40         }
41 }