From 2a7977a56f2bf49ce8a04065c46fc3f1c89f7e01 Mon Sep 17 00:00:00 2001 From: Evan Goers Date: Tue, 18 Aug 2009 10:02:10 +0000 Subject: Added new generic envmap, enabled on all color and entity shaders. --- base/materials/common.shader | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'base/materials/common.shader') diff --git a/base/materials/common.shader b/base/materials/common.shader index 77095d8..ec2c414 100644 --- a/base/materials/common.shader +++ b/base/materials/common.shader @@ -29,6 +29,8 @@ 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 @@ -36,6 +38,8 @@ 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 } @@ -44,6 +48,8 @@ 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 @@ -51,6 +57,8 @@ 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 } @@ -59,6 +67,8 @@ 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 @@ -66,6 +76,8 @@ 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 } @@ -74,6 +86,8 @@ 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 } textures/common/entity_second_dark_bright @@ -81,6 +95,8 @@ 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 } @@ -89,6 +105,8 @@ 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 @@ -96,6 +114,8 @@ 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 } @@ -104,6 +124,8 @@ 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 @@ -111,5 +133,7 @@ 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