home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Inne / Gry / OpenArena / baseoa / pak0.pk3 / scripts / weapon_rocketlauncher.shader < prev    next >
Encoding:
Text File  |  2007-02-03  |  1.4 KB  |  87 lines

  1. models/weapons2/rocketl/blackchrome
  2. {
  3.     {
  4.         map models/weapons2/rocketl/blackchrome.tga
  5.         rgbGen lightingDiffuse
  6.         tcGen environment 
  7.     }
  8. }
  9.  
  10. models/weapons2/rocketl/blackhandle
  11. {
  12.     {
  13.         map models/weapons2/rocketl/blackhandle.tga
  14.         rgbGen lightingDiffuse
  15.         tcGen environment 
  16.     }
  17. }
  18.  
  19. models/weapons2/rocketl/muzzlside
  20. {
  21.     cull disable
  22.     {
  23.         map models/weapons2/rocketl/muzzlside.tga
  24.         blendfunc add
  25.     }
  26. }
  27.  
  28. rocketFlash
  29. {
  30.     deformVertexes autosprite
  31.     {
  32.         clampmap models/weapons2/rocketl/muzzy.tga
  33.         blendfunc add
  34.         tcMod rotate 1246
  35.     }
  36.     {
  37.         clampmap models/weapons2/rocketl/muzzy.tga
  38.         blendfunc add
  39.         tcMod rotate -1246
  40.     }
  41. }
  42.  
  43. rocketFlare
  44. {
  45.     deformVertexes autosprite
  46.     {
  47.         clampmap textures/flares/wide.tga
  48.         blendfunc add
  49.         rgbGen const ( 0.980392 0.882353 0.737255 )
  50.         tcMod stretch inversesawtooth 0.6 0.4 0 4 
  51.     }
  52. }
  53.  
  54. rocketThrust
  55. {
  56.     cull disable
  57.     {
  58.         clampmap textures/flares/flarey.tga
  59.         blendfunc add
  60.         rgbGen const ( 0.541176 0.341176 0.156863 )
  61.         tcMod rotate -96
  62.         tcMod stretch sin 0.3 0.7 0 8 
  63.     }
  64.     {
  65.         clampmap textures/flares/wide.tga
  66.         blendfunc add
  67.         rgbGen const ( 0.843137 0.588235 0.4 )
  68.     }
  69.     {
  70.         clampmap textures/flares/newflare.tga
  71.         blendfunc add
  72.         rgbGen const ( 0.713726 0.270588 0.121569 )
  73.         tcMod rotate 46
  74.         tcMod stretch inversesawtooth 0.6 0.4 0 4 
  75.     }
  76. }
  77.  
  78. models/weapons2/rocketl/flare
  79. {
  80.     deformVertexes autosprite
  81.     {
  82.         map models/weapons2/rocketl/flare.tga
  83.         blendfunc add
  84.     }
  85. }
  86.  
  87.