diff options
author | Stijn Buys <ingar@osirion.org> | 2009-08-30 09:28:54 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2009-08-30 09:28:54 +0000 |
commit | 67545f15124806107cfe3b703dbed7505ef4e26a (patch) | |
tree | dfce0c8a466bb2061a2bf8781c70ea4d27ea6f3f /base/materials | |
parent | 2c8e3a3ab6e839ce05e25747c20c9cd92b9729c6 (diff) |
removed envmap from the non-shiny common/entity material family
Diffstat (limited to 'base/materials')
-rw-r--r-- | base/materials/common.shader | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/base/materials/common.shader b/base/materials/common.shader index f8ed511..fb9099f 100644 --- a/base/materials/common.shader +++ b/base/materials/common.shader @@ -24,13 +24,12 @@ textures/common/engine bright } +// don't touch textures/common/entity { qer_editorimage textures/common/entity.tga entity color 1.00 1.00 1.00 - texture textures/fx/generic_env2.png - environment } textures/common/entity_shiny @@ -50,13 +49,12 @@ textures/common/entity_bright bright } +// don't touch textures/common/entity_dark { qer_editorimage textures/common/entity_dark.tga entity color 0.50 0.50 0.50 - texture textures/fx/generic_env2.png - environment } textures/common/entity_dark_shiny @@ -76,13 +74,12 @@ textures/common/entity_dark_bright bright } +// don't touch textures/common/entity_second { qer_editorimage textures/common/entity_second.tga entitySecond color 1.00 1.00 1.00 - texture textures/fx/generic_env2.png - environment } textures/common/entity_second_shiny @@ -102,13 +99,12 @@ textures/common/entity_second_bright bright } +// don't touch 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_env2.png - environment } textures/common/entity_second_dark_shiny @@ -128,13 +124,12 @@ textures/common/entity_second_dark_bright bright } +// don't touch textures/common/entity_third { qer_editorimage textures/common/entity_third.tga entityThird color 1.00 1.00 1.00 - texture textures/fx/generic_env2.png - environment } textures/common/entity_third_shiny @@ -159,8 +154,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_env2.png - environment } textures/common/entity_third_dark_shiny |