]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/blobdiff - scripts/map_red-planet.shader
Merge branch 'master' into mirceakitsune/red_planet
[xonotic/xonotic-maps.pk3dir.git] / scripts / map_red-planet.shader
index 675101b4bd9785f8dcf9dc7cb7bcfa4d9366ebd5..201059134f24761ea385b991fc23fc4fcf56c001 100644 (file)
@@ -1,30 +1,59 @@
-textures/map_red-planet/distort_glass
+textures/map_red-planet/env1
 {
-       qer_editorimage textures/map_red-planet/distort_glass.tga
+       qer_editorimage textures/map_red-planet/env1.tga
        surfaceparm trans
-       q3map_bounceScale 0.75
+       cull disable
+       qer_trans 0.5
        {
-               map textures/map_red-planet/distort_glass.tga
-               blendfunc blend
+               map textures/map_red-planet/env1.tga
+               blendfunc GL_ONE GL_ONE
+               //rgbGen vertex
+               tcgen environment
+               //tcmod scale 4 4
        }
-       {
+       /*{
                map $lightmap
                rgbGen identity
-               tcGen lightmap
-               blendfunc filter
+               tcgen lightmap
+       }*/
+}
+
+textures/map_red-planet/env2
+{
+       qer_editorimage textures/map_red-planet/env2.tga
+       surfaceparm trans
+       cull disable
+       qer_trans 0.5
+       {
+               map textures/map_red-planet/env2.tga
+               blendfunc GL_ONE GL_ONE
+               //rgbGen vertex
+               tcgen environment
+               //tcmod scale 4 4
        }
-       dp_water 0.1 0.8  3 3  1 1 1  1 1 1  0.125
+       /*{
+               map $lightmap
+               rgbGen identity
+               tcgen lightmap
+       }*/
 }
 
-textures/map_red-planet/gradient_light
+textures/map_red-planet/env3
 {
-       qer_editorimage textures/map_red-planet/gradient_light.tga
-       surfaceparm noimpact
-       surfaceparm nonsolid
+       qer_editorimage textures/map_red-planet/env3.tga
        surfaceparm trans
-       cull none
+       cull disable
+       qer_trans 0.5
        {
-               clampmap textures/map_red-planet/gradient_light.tga
-               blendfunc blend
+               map textures/map_red-planet/env3.tga
+               blendfunc GL_ONE GL_ONE
+               //rgbGen vertex
+               tcgen environment
+               //tcmod scale 4 4
        }
+       /*{
+               map $lightmap
+               rgbGen identity
+               tcgen lightmap
+       }*/
 }