From 4efffcdbdd2ebfe85ce7e5fb1fb395074cef6bf8 Mon Sep 17 00:00:00 2001 From: Evan Goers Date: Fri, 21 Aug 2009 19:31:05 +0000 Subject: Added (very subtle) envmap to default shaders, too. --- base/materials/colors.shader | 20 ++++++++++++++++++++ base/materials/common.shader | 12 ++++++++++++ 2 files changed, 32 insertions(+) (limited to 'base/materials') diff --git a/base/materials/colors.shader b/base/materials/colors.shader index 706f2f0..3ea3cb7 100644 --- a/base/materials/colors.shader +++ b/base/materials/colors.shader @@ -28,6 +28,8 @@ textures/colors/red { qer_editorimage textures/colors/red color 1.00 0.00 0.00 + texture textures/fx/generic_env2.png + environment } textures/colors/red_shiny @@ -49,6 +51,8 @@ textures/colors/orange { qer_editorimage textures/colors/orange color 1.00 0.50 0.00 + texture textures/fx/generic_env2.png + environment } textures/colors/orange_shiny @@ -70,6 +74,8 @@ textures/colors/green { qer_editorimage textures/colors/green color 0.00 1.00 0.00 + texture textures/fx/generic_env2.png + environment } textures/colors/green_shiny @@ -91,6 +97,8 @@ textures/colors/yellow { qer_editorimage textures/colors/yellow color 1.00 1.00 0.00 + texture textures/fx/generic_env2.png + environment } textures/colors/yellow_shiny @@ -112,6 +120,8 @@ textures/colors/blue { qer_editorimage textures/colors/blue color 0.00 0.00 1.00 + texture textures/fx/generic_env2.png + environment } textures/colors/blue_shiny @@ -133,6 +143,8 @@ textures/colors/purple { qer_editorimage textures/colors/purple color 0.50 0.00 0.50 + texture textures/fx/generic_env2.png + environment } textures/colors/purple_shiny @@ -154,6 +166,8 @@ textures/colors/grey25 { qer_editorimage textures/colors/grey25 color 0.25 0.25 0.25 + texture textures/fx/generic_env2.png + environment } textures/colors/grey25_shiny @@ -175,6 +189,8 @@ textures/colors/grey50 { qer_editorimage textures/colors/grey50 color 0.50 0.50 0.50 + texture textures/fx/generic_env2.png + environment } textures/colors/grey50_shiny @@ -196,6 +212,8 @@ textures/colors/grey75 { qer_editorimage textures/colors/grey75 color 0.75 0.75 0.75 + texture textures/fx/generic_env2.png + environment } textures/colors/grey75_shiny @@ -217,6 +235,8 @@ textures/colors/grey90 { qer_editorimage textures/colors/grey90 color 0.90 0.90 0.90 + texture textures/fx/generic_env2.png + environment } textures/colors/grey90_shiny diff --git a/base/materials/common.shader b/base/materials/common.shader index 05d37d4..f8ed511 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_env2.png + environment } textures/common/entity_shiny @@ -53,6 +55,8 @@ 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 @@ -77,6 +81,8 @@ 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 @@ -101,6 +107,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_env2.png + environment } textures/common/entity_second_dark_shiny @@ -125,6 +133,8 @@ 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 @@ -149,6 +159,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_env2.png + environment } textures/common/entity_third_dark_shiny -- cgit v1.2.3