]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/commitdiff
fix more blendfunc use
authorRudolf Polzer <divVerent@xonotic.org>
Sat, 3 Sep 2011 11:33:54 +0000 (13:33 +0200)
committerRudolf Polzer <divVerent@xonotic.org>
Sat, 3 Sep 2011 11:33:54 +0000 (13:33 +0200)
scripts/trak4x.shader
scripts/trak5x.shader
scripts/trak6x.shader

index ff37c5c1a15a120ed6d909e90d756646c93c9c64..c2533a887f2443471fe67069b4b1626caea92164 100644 (file)
@@ -476,13 +476,12 @@ textures/trak4x/wood1d
 textures/trak4x/decal-door
 {
        qer_editorimage textures/trak4x/decal/decal_door.tga
-       surfaceparm trans
+       surfaceparm trans // keeping this, don't want any shadows from this
        q3map_bounceScale 0.5
 
 
        {
                map textures/trak4x/decal/decal_door.tga
-               blendFunc blend
        }
        {
                map $lightmap
@@ -824,13 +823,11 @@ textures/trak4x/floor-tile3c
 textures/trak4x/trim-grate1
 {
        qer_editorimage textures/trak4x/trim/trim_grate1.tga
-       surfaceparm trans
        q3map_bounceScale 1.25
 
 
        {
                map textures/trak4x/trim/trim_grate1.tga
-               blendFunc blend
        }
        {
                map $lightmap
@@ -842,13 +839,11 @@ textures/trak4x/trim-grate1
 textures/trak4x/trim-grate2a
 {
        qer_editorimage textures/trak4x/trim/trim_grate2a.tga
-       surfaceparm trans
        q3map_bounceScale 1.25
 
 
        {
                map textures/trak4x/trim/trim_grate2a.tga
-               blendFunc blend
        }
        {
                map $lightmap
index 5d1d7931378aeee7639187218958f4b63cb1f401..5a49f42bac47ba4907bf09644584ee1f137849cd 100644 (file)
@@ -1529,13 +1529,11 @@ textures/trak5x/panel-crate1e
 textures/trak5x/panel-grate1a
 {
        qer_editorimage textures/trak5x/panel/panel_grate1a.tga
-       surfaceparm trans
        q3map_bounceScale 1.25
 
 
        {
                map textures/trak5x/panel/panel_grate1a.tga
-               blendFunc blend
        }
        {
                map $lightmap
@@ -1547,13 +1545,11 @@ textures/trak5x/panel-grate1a
 textures/trak5x/panel-grate2a
 {
        qer_editorimage textures/trak5x/panel/panel_grate2a.tga
-       surfaceparm trans
        q3map_bounceScale 1.25
 
 
        {
                map textures/trak5x/panel/panel_grate2a.tga
-               blendFunc blend
        }
        {
                map $lightmap
index c0a5a1c256d8d87a31ad2d2d2455e970e7c6eb92..59c7734aeed909d0f7465eb435bbe4ed62953e12 100644 (file)
@@ -268,13 +268,11 @@ textures/trak6x/panel-crate1
 textures/trak6x/panel-grate2
 {
        qer_editorimage textures/trak6x/panel/panel_grate2.tga
-       surfaceparm trans
        q3map_bounceScale 1.25
 
 
        {
                map textures/trak6x/panel/panel_grate2.tga
-               blendFunc blend
        }
        {
                map $lightmap
@@ -492,4 +490,4 @@ textures/trak6x/wall-wall6a
                tcGen lightmap
                blendfunc filter
        }
-}
\ No newline at end of file
+}