home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Inne / Gry / OpenArena / baseoa / pak0.pk3 / scripts / weapon_plasma.shader < prev    next >
Encoding:
Text File  |  2008-08-06  |  2.1 KB  |  127 lines

  1. models/weapons2/plasma/f_plasmagun2
  2. {
  3.     cull disable
  4.     {
  5.         clampmap textures/flares/lava.tga
  6.         blendfunc add
  7.         rgbGen const ( 0 0.0862745 0.235294 )
  8.         tcMod rotate 8455
  9.         tcMod stretch sin 0 1 0 2 
  10.     }
  11.     {
  12.         clampmap textures/flares/flarey.tga
  13.         blendfunc add
  14.         rgbGen const ( 0.447059 0.623529 0.921569 )
  15.         tcMod rotate 1466
  16.         tcMod stretch sin 0 1 0 1 
  17.     }
  18.     {
  19.         clampmap textures/flares/twilightflare.tga
  20.         blendfunc add
  21.         rgbGen const ( 0.447059 0.623529 0.921569 )
  22.         tcMod rotate -6455
  23.     }
  24. }
  25.  
  26. models/weapons2/plasma/f_plasmagun3
  27. {
  28.     deformVertexes autosprite
  29.     {
  30.         clampmap textures/flares/twilightflare.tga
  31.         blendfunc add
  32.         tcMod rotate 1246
  33.     }
  34.     {
  35.         clampmap textures/flares/twilightflare.tga
  36.         blendfunc add
  37.         tcMod rotate -1246
  38.     }
  39. }
  40.  
  41. models/weapons2/plasma/muzzlecenter
  42. {
  43.     deformVertexes autosprite
  44.     {
  45.         clampmap textures/flares/twilightflare.tga
  46.         blendfunc add
  47.         tcMod rotate 1246
  48.     }
  49.     {
  50.         clampmap textures/flares/twilightflare.tga
  51.         blendfunc add
  52.         tcMod rotate -1246
  53.     }
  54. }
  55.  
  56. models/weapons2/plasma/blackchrome
  57. {
  58.     {
  59.         map models/weapons2/plasma/blackchrome.tga
  60.         rgbGen lightingDiffuse
  61.         tcGen environment 
  62.     }
  63. }
  64.  
  65. models/weapons2/plasma/skin
  66. {
  67.     {
  68.         map models/weapons2/plasma/skin.tga
  69.         rgbGen identity
  70.     }
  71.     {
  72.         map textures/effects/tinfx2d.tga
  73.         blendfunc add
  74.         rgbGen identity
  75.         tcMod scroll 1 0
  76.         tcMod scale 2 2
  77.     }
  78.     {
  79.         map models/weapons2/plasma/skin.tga
  80.         rgbGen lightingDiffuse
  81.         alphaFunc GE128
  82.     }
  83. }
  84.  
  85. models/weapons2/plasma/blackhandle
  86. {
  87.     {
  88.         map models/weapons2/plasma/blackhandle.tga
  89.         rgbGen lightingDiffuse
  90.         tcGen environment 
  91.     }
  92. }
  93.  
  94. models/weapons2/plasma/muzzlside
  95. {
  96.     cull disable
  97.     {
  98.         map models/weapons2/plasma/muzzlside.tga
  99.         blendfunc add
  100.     }
  101. }
  102.  
  103. models/weapons2/plasma/muzzlecenter
  104. {
  105.     deformVertexes autosprite
  106.     {
  107.         clampmap models/weapons2/plasma/f_plasma.tga
  108.         blendfunc add
  109.         tcMod rotate 1246
  110.     }
  111.     {
  112.         clampmap models/weapons2/plasma/f_plasma.tga
  113.         blendfunc add
  114.         tcMod rotate -1246
  115.     }
  116. }
  117.  
  118. models/weapons2/plasma/flare
  119. {
  120.     deformVertexes autosprite
  121.     {
  122.         map models/weapons2/plasma/flare.tga
  123.         blendfunc add
  124.     }
  125. }
  126.  
  127.