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>2012-11-25 06:26:52 +0000
committerEvan Goers <mega@osirion.org>2012-11-25 06:26:52 +0000
commit4bee72920086854635431ebdc5bde0c4e2f89b43 (patch)
tree0cd2b2c3717ac5d4f1b61f2e707469012394b168 /base/materials/thorn.shader
parenta69314908be1d1ae097ca95ee1edcc3fe73df0fe (diff)
Updated some Colonial ships.
Changed specular reflectivity of thorn and glass materials.
Diffstat (limited to 'base/materials/thorn.shader')
-rw-r--r--base/materials/thorn.shader60
1 files changed, 60 insertions, 0 deletions
diff --git a/base/materials/thorn.shader b/base/materials/thorn.shader
index e8c4acd..9f3dc8c 100644
--- a/base/materials/thorn.shader
+++ b/base/materials/thorn.shader
@@ -1,7 +1,64 @@
+textures/thorn/metal_diamond
+{
+ qer_editorimage textures/thorn/metal_diamond
+ texture textures/thorn/metal_diamond
+ specular 0.5 0.5 0.5
+}
+
+textures/thorn/metal_trimond
+{
+ qer_editorimage textures/thorn/metal_trimond
+ texture textures/thorn/metal_trimond
+ specular 0.5 0.5 0.5
+}
+
+textures/thorn/panel_01
+{
+ qer_editorimage textures/thorn/panel_01
+ texture textures/thorn/panel_01
+ specular 0.5 0.5 0.5
+}
+
+textures/thorn/panel_01_bright
+{
+ qer_editorimage textures/thorn/panel_01_bright
+ texture textures/thorn/panel_01_bright
+ specular 0.5 0.5 0.5
+}
+
+textures/thorn/panel_01_dark
+{
+ qer_editorimage textures/thorn/panel_01_dark
+ texture textures/thorn/panel_01_dark
+ specular 0.5 0.5 0.5
+}
+
+textures/thorn/panel_02
+{
+ qer_editorimage textures/thorn/panel_02
+ texture textures/thorn/panel_02
+ specular 0.5 0.5 0.5
+}
+
+textures/thorn/panel_02_bright
+{
+ qer_editorimage textures/thorn/panel_02_bright
+ texture textures/thorn/panel_02_bright
+ specular 0.5 0.5 0.5
+}
+
+textures/thorn/panel_02_dark
+{
+ qer_editorimage textures/thorn/panel_02_dark
+ texture textures/thorn/panel_02_dark
+ specular 0.5 0.5 0.5
+}
+
textures/thorn/panel_01_primary
{
qer_editorimage textures/thorn/panel_01_primary
texture textures/thorn/panel_01
+ specular 0.5 0.5 0.5
entity
}
@@ -9,6 +66,7 @@ textures/thorn/panel_01_secondary
{
qer_editorimage textures/thorn/panel_01_secondary
texture textures/thorn/panel_01
+ specular 0.5 0.5 0.5
entitysecond
}
@@ -16,6 +74,7 @@ textures/thorn/panel_02_primary
{
qer_editorimage textures/thorn/panel_02_primary
texture textures/thorn/panel_02
+ specular 0.5 0.5 0.5
entity
}
@@ -23,5 +82,6 @@ textures/thorn/panel_02_secondary
{
qer_editorimage textures/thorn/panel_02_secondary
texture textures/thorn/panel_02
+ specular 0.5 0.5 0.5
entitysecond
}