diff options
author | mtiusane <mtiusane@users.noreply.github.com> | 2014-11-22 20:40:43 +0200 |
---|---|---|
committer | mtiusane <mtiusane@users.noreply.github.com> | 2014-11-22 20:40:43 +0200 |
commit | 69382df33438a83a58645b9912788a47cd24552d (patch) | |
tree | 01d7e5a29f3a84abdc4f67d8515892135e62e68f /assets/scripts/hw_rocketl.shader | |
parent | fd19ccb037e349286e3b72a1277c58079056fcc2 (diff) | |
parent | ae41a0cdf13d6cf4150d32f089d5a45fe068b241 (diff) |
Merge pull request #14 from enneract/newguns
Rocket Launcher
Diffstat (limited to 'assets/scripts/hw_rocketl.shader')
-rw-r--r-- | assets/scripts/hw_rocketl.shader | 58 |
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 + } +} + |