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-07-16 21:02:53 +0000
committerEvan Goers <mega@osirion.org>2009-07-16 21:02:53 +0000
commit24d1af0474116664326929d2e085e1581ce3467a (patch)
treedd6c1c861f4380634f0a70d5f74a535da0277e1b /base/materials/colors.shader
parentab637d28e6fa18a3412c653b11998bf0be068d4b (diff)
Disabled environment mapping on main color/entity materials.
Added glass materials.
Diffstat (limited to 'base/materials/colors.shader')
-rw-r--r--base/materials/colors.shader13
1 files changed, 0 insertions, 13 deletions
diff --git a/base/materials/colors.shader b/base/materials/colors.shader
index 502d062..58b1924 100644
--- a/base/materials/colors.shader
+++ b/base/materials/colors.shader
@@ -8,7 +8,6 @@ textures/colors/black_bright
{
qer_editorimage textures/colors/black
color 0.00 0.00 0.00
- environment
bright
}
@@ -22,7 +21,6 @@ textures/colors/white_bright
{
qer_editorimage textures/colors/white
color 1.00 1.00 1.00
- environment
bright
}
@@ -36,7 +34,6 @@ textures/colors/red_bright
{
qer_editorimage textures/colors/red
color 1.00 0.00 0.00
- environment
bright
}
@@ -44,14 +41,12 @@ textures/colors/orange
{
qer_editorimage textures/colors/orange
color 1.00 0.50 0.00
- environment
}
textures/colors/orange_bright
{
qer_editorimage textures/colors/orange
color 1.00 0.50 0.00
- environment
bright
}
@@ -65,7 +60,6 @@ textures/colors/green_bright
{
qer_editorimage textures/colors/green
color 0.00 1.00 0.00
- environment
bright
}
@@ -73,14 +67,12 @@ textures/colors/yellow
{
qer_editorimage textures/colors/yellow
color 1.00 1.00 0.00
- environment
}
textures/colors/yellow_bright
{
qer_editorimage textures/colors/yellow
color 1.00 1.00 0.00
- environment
bright
}
@@ -94,7 +86,6 @@ textures/colors/blue_bright
{
qer_editorimage textures/colors/blue
color 0.00 0.00 1.00
- environment
bright
}
@@ -108,7 +99,6 @@ textures/colors/grey25_bright
{
qer_editorimage textures/colors/grey25
color 0.25 0.25 0.25
- environment
bright
}
@@ -122,7 +112,6 @@ textures/colors/grey50_bright
{
qer_editorimage textures/colors/grey50
color 0.50 0.50 0.50
- environment
bright
}
@@ -136,7 +125,6 @@ textures/colors/grey75_bright
{
qer_editorimage textures/colors/grey75
color 0.75 0.75 0.75
- environment
bright
}
@@ -150,7 +138,6 @@ textures/colors/grey90_bright
{
qer_editorimage textures/colors/grey90
color 0.90 0.90 0.90
- environment
bright
}