summaryrefslogtreecommitdiff
path: root/assets/scripts/hw_rocketl.shader
diff options
context:
space:
mode:
authorenneract <trem.redman@gmail.com>2014-12-06 23:35:11 +0100
committerenneract <trem.redman@gmail.com>2014-12-06 23:35:11 +0100
commit05fc0ccd95f486c79e1b073f80245c6cd0179e62 (patch)
treebdcbb5e32992291580982b2afd10f9e63cae2640 /assets/scripts/hw_rocketl.shader
parent58903527dbf5fc7d8035ac2349174fe5f58ba2ac (diff)
parent1a59a05174d3ed6e6b75b8d9e2b5b074ebf41b38 (diff)
Merge branch 'master' of https://github.com/mtiusane/new-edge into bp-on-hud
Diffstat (limited to 'assets/scripts/hw_rocketl.shader')
-rw-r--r--assets/scripts/hw_rocketl.shader58
1 files changed, 58 insertions, 0 deletions
diff --git a/assets/scripts/hw_rocketl.shader b/assets/scripts/hw_rocketl.shader
new file mode 100644
index 0000000..28c56cb
--- /dev/null
+++ b/assets/scripts/hw_rocketl.shader
@@ -0,0 +1,58 @@
+rocketFlash
+{
+ deformVertexes autosprite
+ {
+ clampmap models/weapons/rocketl/muzzy.tga
+ blendfunc add
+ tcMod rotate 1246
+ }
+ {
+ clampmap models/weapons/rocketl/muzzy.tga
+ blendfunc add
+ tcMod rotate -1246
+ }
+}
+
+rocketFlare
+{
+ deformVertexes autosprite
+ {
+ clampmap models/weapons/rocketl/wide.tga
+ blendfunc add
+ rgbGen const ( 0.980392 0.882353 0.737255 )
+ }
+}
+
+rocketFlareParticle
+{
+ {
+ clampmap models/weapons/rocketl/wide.tga
+ blendfunc add
+ rgbGen const ( 0.980392 0.882353 0.737255 )
+ }
+}
+
+rocketThrust
+{
+ cull disable
+ {
+ clampmap models/weapons/rocketl/flarey.tga
+ blendfunc add
+ rgbGen const ( 0.541176 0.341176 0.156863 )
+ tcMod rotate -96
+ tcMod stretch sin 0.3 0.7 0 8
+ }
+ {
+ clampmap models/weapons/rocketl/wide.tga
+ blendfunc add
+ rgbGen const ( 0.843137 0.588235 0.4 )
+ }
+ {
+ clampmap models/weapons/rocketl/newflare.tga
+ blendfunc add
+ rgbGen const ( 0.713726 0.270588 0.121569 )
+ tcMod rotate 46
+ tcMod stretch inversesawtooth 0.6 0.4 0 4
+ }
+}
+