From ff58f83aab41a8cf5a9002c42992ad1563f9a649 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 8 Feb 2009 13:11:12 +0000 Subject: materials --- base/shaders/colors.shader | 119 -------------------------------------------- base/shaders/common.shader | 107 --------------------------------------- base/shaders/shaderlist.txt | 2 - 3 files changed, 228 deletions(-) delete mode 100644 base/shaders/colors.shader delete mode 100644 base/shaders/common.shader delete mode 100644 base/shaders/shaderlist.txt (limited to 'base/shaders') diff --git a/base/shaders/colors.shader b/base/shaders/colors.shader deleted file mode 100644 index 2506b90..0000000 --- a/base/shaders/colors.shader +++ /dev/null @@ -1,119 +0,0 @@ -textures/colors/black -{ - qer_editorimage textures/colors/black - color 0.00 0.00 0.00 - environmentsky) -} - -textures/colors/black_bright -{ - qer_editorimage textures/colors/black - color 0.00 0.00 0.00 - environment sky - bright -} - -textures/colors/white -{ - qer_editorimage textures/colors/black - color 1.00 1.00 1.00 - environment sky -} - -textures/colors/white_bright -{ - qer_editorimage textures/colors/black - color 1.00 1.00 1.00 - environment sky - bright -} - -textures/colors/green -{ - qer_editorimage textures/colors/black - color 1.00 0.00 0.00 - environment sky -} - -textures/colors/green_bright -{ - qer_editorimage textures/colors/black - color 1.00 0.00 0.00 - environment sky - bright -} - -textures/colors/blue -{ - qer_editorimage textures/colors/black - color 0.00 0.00 1.00 - environment sky -} - -textures/colors/blue_bright -{ - qer_editorimage textures/colors/black - color 0.00 0.00 1.00 - environment sky - bright -} - -textures/colors/grey25 -{ - qer_editorimage textures/colors/black - color 0.25 0.25 0.25 - environment sky -} - -textures/colors/grey25_bright -{ - qer_editorimage textures/colors/black - color 0.25 0.25 0.25 - environment sky - bright -} - -textures/colors/grey50 -{ - qer_editorimage textures/colors/black - color 0.50 0.50 0.50 - environment sky -} - -textures/colors/grey50_bright -{ - qer_editorimage textures/colors/black - color 0.50 0.50 0.50 - environment sky - bright -} - -textures/colors/grey75 -{ - qer_editorimage textures/colors/black - color 0.75 0.75 0.75 - environment sky -} - -textures/colors/grey75_bright -{ - qer_editorimage textures/colors/black - color 0.75 0.75 0.75 - environment sky - bright -} - -textures/colors/grey90 -{ - qer_editorimage textures/colors/black - color 0.90 0.90 0.90 - environment sky -} - -textures/colors/grey90_bright -{ - qer_editorimage textures/colors/black - color 0.90 0.90 0.90 - environment sky - bright -} diff --git a/base/shaders/common.shader b/base/shaders/common.shader deleted file mode 100644 index 117c4c2..0000000 --- a/base/shaders/common.shader +++ /dev/null @@ -1,107 +0,0 @@ -textures/common/clip -{ - qer_editorimage textures/common/clip - qer_trans 0.20 -} - -textures/common/hint -{ - qer_editorimage textures/common/hint - qer_trans 0.20 -} -textures/common/engine -{ - qer_editorimage textures/common/engine - engine - bright -} - -textures/common/entity -{ - qer_editorimage textures/common/entity - entity - color 1.00 1.00 1.00 -} - -textures/common/entity_bright -{ - qer_editorimage textures/common/entity - entity - color 1.00 1.00 1.00 - bright -} - -textures/common/entity_dark -{ - qer_editorimage textures/common/entity_dark - entity - color 0.50 0.50 0.50 -} - -textures/common/entity_dark_bright -{ - qer_editorimage textures/common/entity_dark - entity - color 0.50 0.50 0.50 - bright -} - -textures/common/entity_second -{ - qer_editorimage textures/common/entity_second - entitySecond - color 1.00 1.00 1.00 -} - -textures/common/entity_second_bright -{ - qer_editorimage textures/common/entity_second - entitySecond - color 1.00 1.00 1.00 - bright -} - -textures/common/entity_second_dark -{ - qer_editorimage textures/common/entity_second_dark - entitySecond - color 0.50 0.50 0.50 -} - -textures/common/entity_second_dark_bright -{ - qer_editorimage textures/common/entity_second_dark - entitySecond - color 0.50 0.50 0.50 - bright -} - -textures/common/entity_third -{ - qer_editorimage textures/common/entity_third - entityThird - color 1.00 1.00 1.00 -} - -textures/common/entity_third_bright -{ - qer_editorimage textures/common/entity_third - entityThird - color 1.00 1.00 1.00 - bright -} - -textures/common/entity_third_dark -{ - qer_editorimage textures/common/entity_third_dark - entityThird - color 0.50 0.50 0.50 -} - -textures/common/entity_third_dark_bright -{ - qer_editorimage textures/common/entity_third_dark - entityThird - color 0.50 0.50 0.50 - bright -} diff --git a/base/shaders/shaderlist.txt b/base/shaders/shaderlist.txt deleted file mode 100644 index d956a96..0000000 --- a/base/shaders/shaderlist.txt +++ /dev/null @@ -1,2 +0,0 @@ -common - -- cgit v1.2.3