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 03:45:18 +0000
committerEvan Goers <mega@osirion.org>2014-09-21 03:45:18 +0000
commitf66320e70c046485a7bb4bdac9438c3357c47573 (patch)
treebac58bcccd38b8f07588e6c4322f4b7088440c4b /base/materials/thorn.shader
parent76e3413a1ce7f4da8e0e7d3ae5ee4e0014ee8844 (diff)
Removed _shiny materials.
Updated materials to use the new shininess setting.
Diffstat (limited to 'base/materials/thorn.shader')
-rw-r--r--base/materials/thorn.shader18
1 files changed, 13 insertions, 5 deletions
diff --git a/base/materials/thorn.shader b/base/materials/thorn.shader
index e482a7c..4f6b4ac 100644
--- a/base/materials/thorn.shader
+++ b/base/materials/thorn.shader
@@ -7,6 +7,7 @@ textures/thorn/metal_diamond
{
map textures/thorn/metal_diamond
specular 0.5 0.5 0.5
+ shininess 64
blendfunc blend
}
}
@@ -20,6 +21,7 @@ textures/thorn/metal_trimond
{
map textures/thorn/metal_trimond
specular 0.5 0.5 0.5
+ shininess 64
blendfunc blend
}
}
@@ -33,6 +35,7 @@ textures/thorn/panel_01
{
map textures/thorn/panel_01
specular 0.5 0.5 0.5
+ shininess 64
blendfunc blend
}
}
@@ -46,6 +49,7 @@ textures/thorn/panel_01_bright
{
map textures/thorn/panel_01_bright
specular 0.5 0.5 0.5
+ shininess 64
blendfunc blend
}
}
@@ -59,6 +63,7 @@ textures/thorn/panel_01_dark
{
map textures/thorn/panel_01_dark
specular 0.5 0.5 0.5
+ shininess 64
blendfunc blend
}
}
@@ -72,6 +77,7 @@ textures/thorn/panel_02
{
map textures/thorn/panel_02
specular 0.5 0.5 0.5
+ shininess 64
blendfunc blend
}
}
@@ -85,6 +91,7 @@ textures/thorn/panel_02_bright
{
map textures/thorn/panel_02_bright
specular 0.5 0.5 0.5
+ shininess 64
blendfunc blend
}
}
@@ -98,6 +105,7 @@ textures/thorn/panel_02_dark
{
map textures/thorn/panel_02_dark
specular 0.5 0.5 0.5
+ shininess 64
blendfunc blend
}
}
@@ -107,11 +115,11 @@ textures/thorn/panel_01_primary
qer_editorimage textures/thorn/panel_01_primary
{
environment
- entity
}
{
map textures/thorn/panel_01
specular 0.5 0.5 0.5
+ shininess 64
entity
blendfunc blend
}
@@ -122,11 +130,11 @@ textures/thorn/panel_01_secondary
qer_editorimage textures/thorn/panel_01_secondary
{
environment
- entitysecond
}
{
map textures/thorn/panel_01
specular 0.5 0.5 0.5
+ shininess 64
entitysecond
blendfunc blend
}
@@ -137,11 +145,11 @@ textures/thorn/panel_02_primary
qer_editorimage textures/thorn/panel_02_primary
{
environment
- entity
}
{
map textures/thorn/panel_02
specular 0.5 0.5 0.5
+ shininess 64
entity
blendfunc blend
}
@@ -152,12 +160,12 @@ textures/thorn/panel_02_secondary
qer_editorimage textures/thorn/panel_02_secondary
{
environment
- entitysecond
}
{
map textures/thorn/panel_02
specular 0.5 0.5 0.5
+ shininess 64
entitysecond
blendfunc blend
}
-}
+} \ No newline at end of file