summaryrefslogtreecommitdiff
path: root/assets/scripts/cuboid.shader
diff options
context:
space:
mode:
authorPaweł Redman <trem.redman@gmail.com>2014-01-19 11:44:43 +0100
committerPaweł Redman <trem.redman@gmail.com>2014-01-19 11:44:43 +0100
commitf9a8b76c0f912cea66eacf71162a3090fda698d8 (patch)
tree02b97139346540ba9b1d324f5717ee4bc37f332c /assets/scripts/cuboid.shader
parent0f00273fe1b2c7044dd23512408632eae6e0dca6 (diff)
0.1.6
Diffstat (limited to 'assets/scripts/cuboid.shader')
-rw-r--r--assets/scripts/cuboid.shader30
1 files changed, 30 insertions, 0 deletions
diff --git a/assets/scripts/cuboid.shader b/assets/scripts/cuboid.shader
index e75ef7d..fc5a764 100644
--- a/assets/scripts/cuboid.shader
+++ b/assets/scripts/cuboid.shader
@@ -254,3 +254,33 @@ gfx/cuboid/prebuild_alien
}
}
+gfx/2d/basivision
+{
+ {
+ map gfx/2d/basivision_1.jpg
+ blendFunc GL_ONE_MINUS_DST_COLOR GL_ONE_MINUS_SRC_COLOR
+ }
+}
+
+gfx/2d/basivisionBlip
+{
+ {
+ clampmap gfx/2d/basivision_blip.jpg
+ blendFunc add
+ tcMod rotate 26
+ }
+ {
+ clampmap gfx/2d/basivision_blip.jpg
+ blendFunc add
+ tcMod rotate -49
+ }
+}
+
+gfx/2d/basivisionFlare
+{
+ {
+ clampmap gfx/2d/basivision_flare.jpg
+ tcMod stretch sin 1 0.1 0 140
+ blendFunc add
+ }
+}