From 959338dd8c77f42605beec04bada8cf8e993a17f Mon Sep 17 00:00:00 2001 From: Evan Goers Date: Tue, 18 Aug 2009 10:24:06 +0000 Subject: Disabled envmapping on entity shaders and bright shaders. --- base/materials/common.shader | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) (limited to 'base/materials/common.shader') diff --git a/base/materials/common.shader b/base/materials/common.shader index ec2c414..29c5c6a 100644 --- a/base/materials/common.shader +++ b/base/materials/common.shader @@ -29,8 +29,6 @@ textures/common/entity qer_editorimage textures/common/entity.tga entity color 1.00 1.00 1.00 - texture textures/fx/generic_env.png - environment } textures/common/entity_bright @@ -38,8 +36,6 @@ textures/common/entity_bright qer_editorimage textures/common/entity.tga entity color 1.00 1.00 1.00 - texture textures/fx/generic_env.png - environment bright } @@ -48,8 +44,6 @@ textures/common/entity_dark qer_editorimage textures/common/entity_dark.tga entity color 0.50 0.50 0.50 - texture textures/fx/generic_env.png - environment } textures/common/entity_dark_bright @@ -57,8 +51,6 @@ textures/common/entity_dark_bright qer_editorimage textures/common/entity_dark.tga entity color 0.50 0.50 0.50 - texture textures/fx/generic_env.png - environment bright } @@ -67,8 +59,6 @@ textures/common/entity_second qer_editorimage textures/common/entity_second.tga entitySecond color 1.00 1.00 1.00 - texture textures/fx/generic_env.png - environment } textures/common/entity_second_bright @@ -76,8 +66,6 @@ textures/common/entity_second_bright qer_editorimage textures/common/entity_second.tga entitySecond color 1.00 1.00 1.00 - texture textures/fx/generic_env.png - environment bright } @@ -85,9 +73,7 @@ textures/common/entity_second_dark { qer_editorimage textures/common/entity_second_dark.tga entitySecond - color 0.50 0.50 0.50 - texture textures/fx/generic_env.png - environment + color 0.50 0.50 0.50t } textures/common/entity_second_dark_bright @@ -95,8 +81,6 @@ textures/common/entity_second_dark_bright qer_editorimage textures/common/entity_second_dark.tga entitySecond color 0.50 0.50 0.50 - texture textures/fx/generic_env.png - environment bright } @@ -105,8 +89,6 @@ textures/common/entity_third qer_editorimage textures/common/entity_third.tga entityThird color 1.00 1.00 1.00 - texture textures/fx/generic_env.png - environment } textures/common/entity_third_bright @@ -114,8 +96,6 @@ textures/common/entity_third_bright qer_editorimage textures/common/entity_third.tga entityThird color 1.00 1.00 1.00 - texture textures/fx/generic_env.png - environment bright } @@ -124,8 +104,6 @@ textures/common/entity_third_dark qer_editorimage textures/common/entity_third_dark.tga entityThird color 0.50 0.50 0.50 - texture textures/fx/generic_env.png - environment } textures/common/entity_third_dark_bright @@ -133,7 +111,5 @@ textures/common/entity_third_dark_bright qer_editorimage textures/common/entity_third_dark.tga entityThird color 0.50 0.50 0.50 - texture textures/fx/generic_env.png - environment bright } -- cgit v1.2.3