From ab637d28e6fa18a3412c653b11998bf0be068d4b Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 16 Jul 2009 20:15:52 +0000 Subject: removed envmapping from normal colors --- base/materials/common.shader | 96 ++++++++++++++++++++++---------------------- 1 file changed, 48 insertions(+), 48 deletions(-) (limited to 'base/materials/common.shader') diff --git a/base/materials/common.shader b/base/materials/common.shader index d10eb68..d92279c 100644 --- a/base/materials/common.shader +++ b/base/materials/common.shader @@ -1,107 +1,107 @@ -textures/common/clip +textures/common/clip { - qer_editorimage textures/common/clip.tga - qer_trans 0.20 -} - -textures/common/hint + qer_editorimage textures/common/clip.tga + qer_trans 0.20 +} + +textures/common/hint +{ + qer_editorimage textures/common/hint.tga + qer_trans 0.20 +} +textures/common/engine { - qer_editorimage textures/common/hint.tga - qer_trans 0.20 -} -textures/common/engine -{ qer_editorimage textures/common/engine.tga engine - bright + bright } -textures/common/entity -{ +textures/common/entity +{ qer_editorimage textures/common/entity.tga entity - color 1.00 1.00 1.00 + color 1.00 1.00 1.00 } -textures/common/entity_bright -{ +textures/common/entity_bright +{ qer_editorimage textures/common/entity.tga entity color 1.00 1.00 1.00 - bright + bright } -textures/common/entity_dark -{ +textures/common/entity_dark +{ qer_editorimage textures/common/entity_dark.tga entity - color 0.50 0.50 0.50 + color 0.50 0.50 0.50 } -textures/common/entity_dark_bright -{ +textures/common/entity_dark_bright +{ qer_editorimage textures/common/entity_dark.tga entity color 0.50 0.50 0.50 - bright + bright } -textures/common/entity_second -{ +textures/common/entity_second +{ qer_editorimage textures/common/entity_second.tga entitySecond - color 1.00 1.00 1.00 + color 1.00 1.00 1.00 } -textures/common/entity_second_bright -{ +textures/common/entity_second_bright +{ qer_editorimage textures/common/entity_second.tga entitySecond color 1.00 1.00 1.00 - bright + bright } -textures/common/entity_second_dark -{ +textures/common/entity_second_dark +{ qer_editorimage textures/common/entity_second_dark.tga entitySecond - color 0.50 0.50 0.50 + color 0.50 0.50 0.50 } -textures/common/entity_second_dark_bright -{ +textures/common/entity_second_dark_bright +{ qer_editorimage textures/common/entity_second_dark.tga entitySecond color 0.50 0.50 0.50 - bright + bright } -textures/common/entity_third -{ +textures/common/entity_third +{ qer_editorimage textures/common/entity_third.tga entityThird - color 1.00 1.00 1.00 + color 1.00 1.00 1.00 } -textures/common/entity_third_bright -{ +textures/common/entity_third_bright +{ qer_editorimage textures/common/entity_third.tga entityThird color 1.00 1.00 1.00 - bright + bright } -textures/common/entity_third_dark -{ +textures/common/entity_third_dark +{ qer_editorimage textures/common/entity_third_dark.tga entityThird - color 0.50 0.50 0.50 + color 0.50 0.50 0.50 } -textures/common/entity_third_dark_bright -{ +textures/common/entity_third_dark_bright +{ qer_editorimage textures/common/entity_third_dark.tga entityThird color 0.50 0.50 0.50 - bright + bright } -- cgit v1.2.3