]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/commitdiff
Fix shader file
authorMirio <opivy@hotmail.de>
Wed, 23 Nov 2016 15:48:29 +0000 (16:48 +0100)
committerMirio <opivy@hotmail.de>
Wed, 23 Nov 2016 15:48:29 +0000 (16:48 +0100)
maps/boil.map.options
scripts/map_boil.shader

index 82e36068df3b15a9db378fb95c4d774acb1e47b2..ffcaece83d1f882b6c114a8fe8cbced71a093395 100644 (file)
@@ -3,4 +3,4 @@
 -vis +
 -minimap +
 -sRGB
 -vis +
 -minimap +
 -sRGB
-Version: 3
+Version: 3a
index edead359cafacf9b62823c6dc22ab8330bcae63a..1fd4463e6778aa480628726d8af738e8412503a9 100644 (file)
@@ -1,20 +1,13 @@
 textures/map_boil/credit
 {
        qer_editorimage textures/map_boil/credit
 textures/map_boil/credit
 {
        qer_editorimage textures/map_boil/credit
-       dpoffsetmapping none
-
        surfaceparm trans
        surfaceparm nonsolid
        surfaceparm trans
        surfaceparm nonsolid
-       surfaceparm nodlight
-       surfaceparm nolightmap
-
        polygonOffset
        polygonOffset
-       sort 6
        cull none
        cull none
-
        {
                map textures/map_boil/credit
        {
                map textures/map_boil/credit
-               blendFunc filter
+               blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
                rgbgen identity
        }
 }
                rgbgen identity
        }
 }
@@ -22,20 +15,13 @@ textures/map_boil/credit
 textures/map_boil/brush
 {
        qer_editorimage textures/map_boil/brush
 textures/map_boil/brush
 {
        qer_editorimage textures/map_boil/brush
-       dpoffsetmapping none
-
        surfaceparm trans
        surfaceparm nonsolid
        surfaceparm trans
        surfaceparm nonsolid
-       surfaceparm nodlight
-       surfaceparm nolightmap
-
        polygonOffset
        polygonOffset
-       sort 6
        cull none
        cull none
-
        {
                map textures/map_boil/brush
        {
                map textures/map_boil/brush
-               blendFunc filter
+               blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
                rgbgen identity
        }
 }
\ No newline at end of file
                rgbgen identity
        }
 }
\ No newline at end of file