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/common.shader
parent4178b0688dde041b48f4a21a3ac29ba09cce8cc9 (diff)
Updated shaders to the new shader file format.
Diffstat (limited to 'base/materials/common.shader')
-rw-r--r--base/materials/common.shader160
1 files changed, 99 insertions, 61 deletions
diff --git a/base/materials/common.shader b/base/materials/common.shader
index b353a49..b88da99 100644
--- a/base/materials/common.shader
+++ b/base/materials/common.shader
@@ -22,13 +22,6 @@ textures/common/noclip
surfaceparm playerclip
}
-textures/common/engine
-{
- qer_editorimage textures/common/engine
- engine
- bright
-}
-
textures/common/origin
{
qer_editorimage textures/common/origin
@@ -47,149 +40,194 @@ textures/common/bounds
//ignore
}
+textures/common/engine
+{
+ qer_editorimage textures/common/engine
+ {
+ engine
+ bright
+ }
+}
+
// entity color shaders
textures/common/entity
{
qer_editorimage textures/common/entity
- entity
- color 1.00 1.00 1.00
+ {
+ color 1.00 1.00 1.00
+ entity
+ }
}
textures/common/entity_shiny
{
qer_editorimage textures/common/entity
- entity
- color 1.00 1.00 1.00
- texture textures/fx/generic_env.png
- environment
+ {
+ color 1.00 1.00 1.00
+ entity
+ map textures/fx/generic_env
+ environment
+ }
}
textures/common/entity_bright
{
qer_editorimage textures/common/entity
- entity
- color 1.00 1.00 1.00
- bright
+ {
+ entity
+ color 1.00 1.00 1.00
+ bright
+ }
}
textures/common/entity_dark
{
qer_editorimage textures/common/entity_dark
- entity
- color 0.50 0.50 0.50
+ {
+ entity
+ color 0.50 0.50 0.50
+ }
}
textures/common/entity_dark_shiny
{
qer_editorimage textures/common/entity_dark
- entity
- color 0.50 0.50 0.50
- texture textures/fx/generic_env.png
- environment
+ {
+ entity
+ color 0.50 0.50 0.50
+ map textures/fx/generic_env
+ environment
+ }
}
textures/common/entity_dark_bright
{
qer_editorimage textures/common/entity_dark
- entity
- color 0.50 0.50 0.50
- bright
+ {
+ entity
+ color 0.50 0.50 0.50
+ bright
+ }
}
textures/common/entity_second
{
qer_editorimage textures/common/entity_second
- entitySecond
- color 1.00 1.00 1.00
+ {
+ entitySecond
+ color 1.00 1.00 1.00
+ }
}
textures/common/entity_second_shiny
{
qer_editorimage textures/common/entity_second
- entitySecond
- color 1.00 1.00 1.00
- texture textures/fx/generic_env.png
- environment
+ {
+ entitySecond
+ color 1.00 1.00 1.00
+ map textures/fx/generic_env
+ environment
+ }
}
textures/common/entity_second_bright
{
qer_editorimage textures/common/entity_second
- entitySecond
- color 1.00 1.00 1.00
- bright
+ {
+ entitySecond
+ color 1.00 1.00 1.00
+ bright
+ }
}
textures/common/entity_second_dark
{
qer_editorimage textures/common/entity_second_dark
- entitySecond
- color 0.50 0.50 0.50
+ {
+ entitySecond
+ color 0.50 0.50 0.50
+ }
}
textures/common/entity_second_dark_shiny
{
qer_editorimage textures/common/entity_second_dark
- entitySecond
- color 0.50 0.50 0.50
- texture textures/fx/generic_env.png
- environment
+ {
+ entitySecond
+ color 0.50 0.50 0.50
+ map textures/fx/generic_env
+ environment
+ }
}
textures/common/entity_second_dark_bright
{
qer_editorimage textures/common/entity_second_dark
- entitySecond
- color 0.50 0.50 0.50
- bright
+ {
+ entitySecond
+ color 0.50 0.50 0.50
+ bright
+ }
}
// don't touch
textures/common/entity_third
{
qer_editorimage textures/common/entity_third
- entityThird
- color 1.00 1.00 1.00
+ {
+ entityThird
+ color 1.00 1.00 1.00
+ }
}
textures/common/entity_third_shiny
{
qer_editorimage textures/common/entity_third
- entityThird
- color 1.00 1.00 1.00
- texture textures/fx/generic_env.png
- environment
+ {
+ entityThird
+ color 1.00 1.00 1.00
+ map textures/fx/generic_env
+ environment
+ }
}
textures/common/entity_third_bright
{
qer_editorimage textures/common/entity_third
- entityThird
- color 1.00 1.00 1.00
- bright
+ {
+ entityThird
+ color 1.00 1.00 1.00
+ bright
+ }
}
textures/common/entity_third_dark
{
qer_editorimage textures/common/entity_third_dark
- entityThird
- color 0.50 0.50 0.50
+ {
+ entityThird
+ color 0.50 0.50 0.50
+ }
}
textures/common/entity_third_dark_shiny
{
qer_editorimage textures/common/entity_third_dark
- entityThird
- color 0.50 0.50 0.50
- texture textures/fx/generic_env.png
- environment
+ {
+ entityThird
+ color 0.50 0.50 0.50
+ map textures/fx/generic_env
+ environment
+ }
}
textures/common/entity_third_dark_bright
{
qer_editorimage textures/common/entity_third_dark
- entityThird
- color 0.50 0.50 0.50
- bright
+ {
+ entityThird
+ color 0.50 0.50 0.50
+ bright
+ }
}