diff options
author | Evan Goers <mega@osirion.org> | 2009-02-08 19:29:07 +0000 |
---|---|---|
committer | Evan Goers <mega@osirion.org> | 2009-02-08 19:29:07 +0000 |
commit | 8ef8e0ea2830b0cc28698296afc65fa8bd145462 (patch) | |
tree | 1ea2695a80d30aac545c87041871c498aab45af1 /base/materials | |
parent | 0b02c2c79be6e4ee79b594c087f8a728aa7793db (diff) |
Updated remaining models for new materials.
Removed redundant galaxy model.
Added missing "red" and "red_bright" shader.
Diffstat (limited to 'base/materials')
-rw-r--r-- | base/materials/colors.shader | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/base/materials/colors.shader b/base/materials/colors.shader index 1c9077c..9dc9c8c 100644 --- a/base/materials/colors.shader +++ b/base/materials/colors.shader @@ -28,6 +28,21 @@ textures/colors/white_bright bright } +textures/colors/red +{ + qer_editorimage textures/colors/red + color 0.00 0.00 1.00 + environment sky +} + +textures/colors/red_bright +{ + qer_editorimage textures/colors/red + color 0.00 0.00 1.00 + environment sky + bright +} + textures/colors/green { qer_editorimage textures/colors/green |