Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2014-07-09 19:28:56 +0000
committerStijn Buys <ingar@osirion.org>2014-07-09 19:28:56 +0000
commitaa7d54f04dc3eefed2cbf050199d641f035ecf47 (patch)
treee84e71e8011646dec45d4edfbcd627d3ea1eeee1 /base/materials/commodities.shader
parent4178b0688dde041b48f4a21a3ac29ba09cce8cc9 (diff)
Updated shaders to the new shader file format.
Diffstat (limited to 'base/materials/commodities.shader')
-rw-r--r--base/materials/commodities.shader24
1 files changed, 15 insertions, 9 deletions
diff --git a/base/materials/commodities.shader b/base/materials/commodities.shader
index eb0ffbf..444cb65 100644
--- a/base/materials/commodities.shader
+++ b/base/materials/commodities.shader
@@ -1,22 +1,28 @@
models/cargo/gold/gold
{
- texture textures/fx/glass_env
- environment
- color 0.7 0.6 0.2
+ {
+ map textures/fx/glass_env
+ environment
+ color 0.7 0.6 0.2
+ }
}
textures/commodities/crystals
{
qer_editorimage textures/commodities/crystals
- color 1.00 1.00 1.00
- texture textures/commodities/crystals
- environment
+ {
+ color 1.00 1.00 1.00
+ map textures/commodities/crystals
+ environment
+ }
}
textures/commodities/diamonds
{
qer_editorimage textures/commodities/diamonds
- color 1.00 1.00 1.00
- texture textures/commodities/diamonds
- environment
+ {
+ color 1.00 1.00 1.00
+ map textures/commodities/diamonds
+ environment
+ }
}