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:24:06 +0000
committerEvan Goers <mega@osirion.org>2009-08-18 10:24:06 +0000
commit959338dd8c77f42605beec04bada8cf8e993a17f (patch)
tree76938b87a44a53ebc69940441f1921a10fc7312a /base/materials/common.shader
parent093badce0fc7def666fc857206b222b62e5317f0 (diff)
Disabled envmapping on entity shaders and bright shaders.
Diffstat (limited to 'base/materials/common.shader')
-rw-r--r--base/materials/common.shader26
1 files changed, 1 insertions, 25 deletions
diff --git a/base/materials/common.shader b/base/materials/common.shader
index ec2c414..29c5c6a 100644
--- a/base/materials/common.shader
+++ b/base/materials/common.shader
@@ -29,8 +29,6 @@ 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
@@ -38,8 +36,6 @@ 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
}
@@ -48,8 +44,6 @@ 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
@@ -57,8 +51,6 @@ 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
}
@@ -67,8 +59,6 @@ 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
@@ -76,8 +66,6 @@ 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
}
@@ -85,9 +73,7 @@ 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
+ color 0.50 0.50 0.50t
}
textures/common/entity_second_dark_bright
@@ -95,8 +81,6 @@ 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
}
@@ -105,8 +89,6 @@ 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
@@ -114,8 +96,6 @@ 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
}
@@ -124,8 +104,6 @@ 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
@@ -133,7 +111,5 @@ 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
}