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/colors.shader | 20 -------------------- base/materials/common.shader | 26 +------------------------- 2 files changed, 1 insertion(+), 45 deletions(-) (limited to 'base/materials') diff --git a/base/materials/colors.shader b/base/materials/colors.shader index a145aad..93bc1c1 100644 --- a/base/materials/colors.shader +++ b/base/materials/colors.shader @@ -36,8 +36,6 @@ textures/colors/red_bright { qer_editorimage textures/colors/red color 1.00 0.00 0.00 - texture textures/fx/generic_env.png - environment bright } @@ -53,8 +51,6 @@ textures/colors/orange_bright { qer_editorimage textures/colors/orange color 1.00 0.50 0.00 - texture textures/fx/generic_env.png - environment bright } @@ -70,8 +66,6 @@ textures/colors/green_bright { qer_editorimage textures/colors/green color 0.00 1.00 0.00 - texture textures/fx/generic_env.png - environment bright } @@ -87,8 +81,6 @@ textures/colors/yellow_bright { qer_editorimage textures/colors/yellow color 1.00 1.00 0.00 - texture textures/fx/generic_env.png - environment bright } @@ -104,8 +96,6 @@ textures/colors/blue_bright { qer_editorimage textures/colors/blue color 0.00 0.00 1.00 - texture textures/fx/generic_env.png - environment bright } @@ -121,8 +111,6 @@ textures/colors/purple_bright { qer_editorimage textures/colors/purple color 0.50 0.00 0.50 - texture textures/fx/generic_env.png - environment bright } @@ -138,8 +126,6 @@ textures/colors/grey25_bright { qer_editorimage textures/colors/grey25 color 0.25 0.25 0.25 - texture textures/fx/generic_env.png - environment bright } @@ -155,8 +141,6 @@ textures/colors/grey50_bright { qer_editorimage textures/colors/grey50 color 0.50 0.50 0.50 - texture textures/fx/generic_env.png - environment bright } @@ -172,8 +156,6 @@ textures/colors/grey75_bright { qer_editorimage textures/colors/grey75 color 0.75 0.75 0.75 - texture textures/fx/generic_env.png - environment bright } @@ -189,8 +171,6 @@ textures/colors/grey90_bright { qer_editorimage textures/colors/grey90 color 0.90 0.90 0.90 - texture textures/fx/generic_env.png - environment bright } 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