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>2014-09-21 05:38:48 +0000
committerEvan Goers <mega@osirion.org>2014-09-21 05:38:48 +0000
commit14225619a62e96a816da43f868649a5b8fe7a8eb (patch)
tree9324abf1fea4d4057db8e21aa424a1e8b538dafc /base/materials/tsukhan.shader
parentf66320e70c046485a7bb4bdac9438c3357c47573 (diff)
Adjusted shininess levels.
Diffstat (limited to 'base/materials/tsukhan.shader')
-rw-r--r--base/materials/tsukhan.shader27
1 files changed, 15 insertions, 12 deletions
diff --git a/base/materials/tsukhan.shader b/base/materials/tsukhan.shader
index 73039ad..33b4f49 100644
--- a/base/materials/tsukhan.shader
+++ b/base/materials/tsukhan.shader
@@ -14,7 +14,6 @@ textures/tsukhan/tsukhan_entity
{
entity
color 1.00 1.00 1.00
- map textures/tsukhan/tsukhan_white
environment
}
}
@@ -25,7 +24,6 @@ textures/tsukhan/tsukhan_entity_dark
{
entity
color 0.50 0.50 0.50
- map textures/tsukhan/tsukhan_white
environment
}
}
@@ -36,7 +34,6 @@ textures/tsukhan/tsukhan_entitysecond
{
entitySecond
color 1.00 1.00 1.00
- map textures/tsukhan/tsukhan_white
environment
}
}
@@ -47,7 +44,6 @@ textures/tsukhan/tsukhan_entitysecond_dark
{
entitySecond
color 0.50 0.50 0.50
- map textures/tsukhan/tsukhan_white
environment
}
}
@@ -56,10 +52,13 @@ textures/tsukhan/tsukhan_glow_fx
{
qer_editorimage textures/tsukhan/tsukhan_glow_fx
{
- entityThird
- map textures/tsukhan/tsukhan_glow
environment
+ }
+ {
+ entityThird
+ map textures/colors/white
bright
+ blendfunc add
}
}
@@ -67,7 +66,8 @@ textures/tsukhan/tsukhan_grey25
{
qer_editorimage textures/tsukhan/tsukhan_grey25
{
- map textures/tsukhan/tsukhan_grey25
+ color 0.25 0.25 0.25
+ shininess 128
environment
}
}
@@ -76,7 +76,8 @@ textures/tsukhan/tsukhan_grey50
{
qer_editorimage textures/tsukhan/tsukhan_grey50
{
- map textures/tsukhan/tsukhan_grey50
+ color 0.5 0.5 0.5
+ shininess 128
environment
}
}
@@ -85,7 +86,8 @@ textures/tsukhan/tsukhan_grey75
{
qer_editorimage textures/tsukhan/tsukhan_grey75
{
- map textures/tsukhan/tsukhan_grey75
+ color 0.75 0.75 0.75
+ shininess 128
environment
}
}
@@ -94,7 +96,8 @@ textures/tsukhan/tsukhan_grey90
{
qer_editorimage textures/tsukhan/tsukhan_grey90
{
- map textures/tsukhan/tsukhan_grey90
+ color 0.9 0.9 0.9
+ shininess 128
environment
}
}
@@ -103,7 +106,7 @@ textures/tsukhan/tsukhan_white
{
qer_editorimage textures/tsukhan/tsukhan_white
{
- map textures/tsukhan/tsukhan_white
+ shininess 128
environment
}
-}
+} \ No newline at end of file