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>2011-11-20 16:34:05 +0000
committerStijn Buys <ingar@osirion.org>2011-11-20 16:34:05 +0000
commit912a6d20f628d141844a98ea6cc9aac74cce9320 (patch)
treeaf7a5d610cfca9bb8681d72776f3f466ec4c533f
parent7f8f700eec68558bc9969357ec5900284dd76edd (diff)
added texture for common/origin, corrected common/origin material parameters
-rw-r--r--base/materials/common.shader4
-rw-r--r--base/textures/common/origin.tgabin0 -> 1872 bytes
2 files changed, 3 insertions, 1 deletions
diff --git a/base/materials/common.shader b/base/materials/common.shader
index 7117def..ffcd1e1 100644
--- a/base/materials/common.shader
+++ b/base/materials/common.shader
@@ -32,8 +32,10 @@ textures/common/engine
textures/common/origin
{
qer_editorimage textures/common/origin
+ qer_trans 0.50
origin
- ignore
+ // do not set the ignore flag as it overrides the origin flag
+ //ignore
}
// entity color shaders
diff --git a/base/textures/common/origin.tga b/base/textures/common/origin.tga
new file mode 100644
index 0000000..f2c9f83
--- /dev/null
+++ b/base/textures/common/origin.tga
Binary files differ