From: MirceaKitsune Date: Sun, 20 May 2012 23:12:14 +0000 (+0300) Subject: Disable culling on traffic sign holograms. I don't know if this looks better or not... X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic-maps.pk3dir.git;a=commitdiff_plain;h=f5031b7c8f18c913de767f54c5f54680394401a0 Disable culling on traffic sign holograms. I don't know if this looks better or not. Having them one-sided is wrong, but otherwise they appear inverted from the back. Inverted looks better than nothing though. --- diff --git a/scripts/city.shader b/scripts/city.shader index 8de6692e..dbba56a1 100644 --- a/scripts/city.shader +++ b/scripts/city.shader @@ -29,6 +29,7 @@ textures/city/traffic_green surfaceparm nomarks surfaceparm nonsolid surfaceparm trans + cull disable nopicmip { map textures/city/traffic_green.tga @@ -46,6 +47,7 @@ textures/city/traffic_yellow surfaceparm nomarks surfaceparm nonsolid surfaceparm trans + cull disable nopicmip { map textures/city/traffic_yellow.tga @@ -61,6 +63,7 @@ textures/city/traffic_red surfaceparm nomarks surfaceparm nonsolid surfaceparm trans + cull disable nopicmip { map textures/city/traffic_red.tga @@ -76,6 +79,7 @@ textures/city/pedestrian_green surfaceparm nomarks surfaceparm nonsolid surfaceparm trans + cull disable nopicmip { map textures/city/pedestrian_green.tga @@ -91,6 +95,7 @@ textures/city/pedestrian_red surfaceparm nomarks surfaceparm nonsolid surfaceparm trans + cull disable nopicmip { map textures/city/pedestrian_red.tga @@ -106,6 +111,7 @@ textures/city/sign_traffic surfaceparm nomarks surfaceparm nonsolid surfaceparm trans + cull disable nopicmip { map textures/city/traffic_green @@ -121,6 +127,7 @@ textures/city/sign_traffic_inverted surfaceparm nomarks surfaceparm nonsolid surfaceparm trans + cull disable nopicmip { map textures/city/traffic_green @@ -136,6 +143,7 @@ textures/city/sign_pedestrian surfaceparm nomarks surfaceparm nonsolid surfaceparm trans + cull disable nopicmip { map textures/city/traffic_green @@ -151,6 +159,7 @@ textures/city/sign_pedestrian_inverted surfaceparm nomarks surfaceparm nonsolid surfaceparm trans + cull disable nopicmip { map textures/city/traffic_green