home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Inne / Gry / OpenArena / baseoa / pak0.pk3 / scripts / oaflares.shader < prev    next >
Encoding:
Text File  |  2007-07-18  |  2.4 KB  |  171 lines

  1. dflareShader
  2. {
  3.     {
  4.         clampmap textures/flares/flarey.tga
  5.         blendfunc add
  6.         rgbGen Vertex
  7.         tcMod rotate -3
  8.     }
  9.     {
  10.         clampmap textures/flares/flarey.tga
  11.         blendfunc add
  12.         rgbGen Vertex
  13.         tcMod rotate 7
  14.     }
  15. }
  16.  
  17. flareShader
  18. {
  19.     {
  20.         clampmap textures/flares/newflare.tga
  21.         blendfunc add
  22.         rgbGen Vertex
  23.         tcMod rotate 3
  24.     }
  25.     {
  26.         clampmap textures/flares/newflare.tga
  27.         blendfunc add
  28.         rgbGen Vertex
  29.         tcMod rotate -2
  30.     }
  31. }
  32.  
  33. sun
  34. {
  35.     {
  36.         clampmap textures/flares/flarey.tga
  37.         blendfunc add
  38.         rgbGen Vertex
  39.         tcMod rotate -3
  40.     }
  41.     {
  42.         clampmap textures/flares/flarey.tga
  43.         blendfunc add
  44.         rgbGen Vertex
  45.         tcMod rotate 7
  46.     }
  47. }
  48.  
  49. flareShader-glow
  50. {
  51.     {
  52.         clampmap textures/flares/largeglow.tga
  53.         blendfunc add
  54.         rgbGen Vertex
  55.         tcMod rotate -3
  56.     }
  57.     {
  58.         clampmap textures/flares/largeglow.tga
  59.         blendfunc add
  60.         rgbGen Vertex
  61.         tcMod rotate 7
  62.     }
  63. }
  64.  
  65. flareShader-wide
  66. {
  67.     {
  68.         clampmap textures/flares/wide.tga
  69.         blendfunc add
  70.         rgbGen Vertex
  71.     }
  72. }
  73.  
  74. textures/sfx/flameflare
  75. {
  76.     {
  77.         clampmap textures/flares/lava.tga
  78.         blendfunc add
  79.         rgbGen Vertex
  80.         tcMod rotate 57
  81.     }
  82.     {
  83.         clampmap textures/flares/lava.tga
  84.         blendfunc add
  85.         rgbGen Vertex
  86.         tcMod rotate -95
  87.     }
  88. }
  89.  
  90. textures/flares/lava
  91. {
  92.     {
  93.         clampmap textures/flares/lava.tga
  94.         blendfunc add
  95.         rgbGen Vertex
  96.         tcMod rotate 12
  97.     }
  98.     {
  99.         clampmap textures/flares/lava.tga
  100.         blendfunc add
  101.         rgbGen Vertex
  102.         tcMod rotate -5
  103.     }
  104. }
  105.  
  106. flareShader-lava
  107. {
  108.     {
  109.         clampmap textures/flares/lava.tga
  110.         blendfunc add
  111.         rgbGen Vertex
  112.         tcMod rotate 12
  113.     }
  114.     {
  115.         clampmap textures/flares/lava.tga
  116.         blendfunc add
  117.         rgbGen Vertex
  118.         tcMod rotate -5
  119.     }
  120. }
  121.  
  122. flareShader-portal
  123. {
  124.     {
  125.         clampmap textures/flares/portalflare.tga
  126.         blendfunc add
  127.         rgbGen Vertex
  128.         tcMod rotate 9
  129.         tcMod stretch sin 0.5 -0.5 0 0.2 
  130.     }
  131.     {
  132.         clampmap textures/flares/portalflare.tga
  133.         blendfunc add
  134.         rgbGen Vertex
  135.         tcMod rotate -17
  136.         tcMod stretch sin 0 1 0 0.2 
  137.     }
  138.     {
  139.         clampmap textures/flares/flarey.tga
  140.         blendfunc add
  141.         rgbGen Vertex
  142.         tcMod rotate 1
  143.     }
  144. }
  145.  
  146. flareShader-twilightflare
  147. {
  148.     {
  149.         clampmap textures/flares/twilightflare.tga
  150.         blendfunc add
  151.         rgbGen Vertex
  152.         tcMod rotate 12
  153.     }
  154.     {
  155.         clampmap textures/flares/twilightflare.tga
  156.         blendfunc add
  157.         rgbGen Vertex
  158.         tcMod rotate -5
  159.     }
  160. }
  161.  
  162. flareShader-subtle
  163. {
  164.     {
  165.         clampmap textures/flares/twilightflare.tga
  166.         blendfunc add
  167.         rgbGen oneminusvertex
  168.         tcMod rotate 12
  169.     }
  170. }
  171.