Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Goers <mega@osirion.org>2009-08-18 10:02:10 +0000
committerEvan Goers <mega@osirion.org>2009-08-18 10:02:10 +0000
commit2a7977a56f2bf49ce8a04065c46fc3f1c89f7e01 (patch)
treec6fa770976b002439b105b106bbfd7861f8a7ba5 /base/materials/common.shader
parentb8121ebdd0fcfca29bc9bc88b898b43f87098212 (diff)
Added new generic envmap, enabled on all color and entity shaders.
Diffstat (limited to 'base/materials/common.shader')
-rw-r--r--base/materials/common.shader24
1 files changed, 24 insertions, 0 deletions
diff --git a/base/materials/common.shader b/base/materials/common.shader
index 77095d8..ec2c414 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_env.png
+ environment
}
textures/common/entity_bright
@@ -36,6 +38,8 @@ textures/common/entity_bright
qer_editorimage textures/common/entity.tga
entity
color 1.00 1.00 1.00
+ texture textures/fx/generic_env.png
+ environment
bright
}
@@ -44,6 +48,8 @@ textures/common/entity_dark
qer_editorimage textures/common/entity_dark.tga
entity
color 0.50 0.50 0.50
+ texture textures/fx/generic_env.png
+ environment
}
textures/common/entity_dark_bright
@@ -51,6 +57,8 @@ textures/common/entity_dark_bright
qer_editorimage textures/common/entity_dark.tga
entity
color 0.50 0.50 0.50
+ texture textures/fx/generic_env.png
+ environment
bright
}
@@ -59,6 +67,8 @@ textures/common/entity_second
qer_editorimage textures/common/entity_second.tga
entitySecond
color 1.00 1.00 1.00
+ texture textures/fx/generic_env.png
+ environment
}
textures/common/entity_second_bright
@@ -66,6 +76,8 @@ textures/common/entity_second_bright
qer_editorimage textures/common/entity_second.tga
entitySecond
color 1.00 1.00 1.00
+ texture textures/fx/generic_env.png
+ environment
bright
}
@@ -74,6 +86,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_env.png
+ environment
}
textures/common/entity_second_dark_bright
@@ -81,6 +95,8 @@ textures/common/entity_second_dark_bright
qer_editorimage textures/common/entity_second_dark.tga
entitySecond
color 0.50 0.50 0.50
+ texture textures/fx/generic_env.png
+ environment
bright
}
@@ -89,6 +105,8 @@ textures/common/entity_third
qer_editorimage textures/common/entity_third.tga
entityThird
color 1.00 1.00 1.00
+ texture textures/fx/generic_env.png
+ environment
}
textures/common/entity_third_bright
@@ -96,6 +114,8 @@ textures/common/entity_third_bright
qer_editorimage textures/common/entity_third.tga
entityThird
color 1.00 1.00 1.00
+ texture textures/fx/generic_env.png
+ environment
bright
}
@@ -104,6 +124,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_env.png
+ environment
}
textures/common/entity_third_dark_bright
@@ -111,5 +133,7 @@ textures/common/entity_third_dark_bright
qer_editorimage textures/common/entity_third_dark.tga
entityThird
color 0.50 0.50 0.50
+ texture textures/fx/generic_env.png
+ environment
bright
}