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

  1. teleptThis
  2. {
  3.     surfaceparm nolightmap
  4.     cull disable
  5.     deformVertexes autosprite
  6.     {
  7.         clampmap textures/flares/newflare.tga
  8.         blendfunc add
  9.         rgbGen wave sawtooth 0 1 0 2 
  10.         tcMod stretch inversesawtooth 0 1 0 2 
  11.         tcMod rotate 333
  12.     }
  13.     {
  14.         clampmap textures/flares/lava.tga
  15.         blendfunc add
  16.         rgbGen wave sawtooth 0 1 0 0.5 
  17.         tcMod stretch inversesawtooth 0 1 0 0.5 
  18.         tcMod rotate -333
  19.     }
  20.     {
  21.         clampmap textures/flares/newflare.tga
  22.         blendfunc add
  23.         rgbGen wave sawtooth 0 1 0 1.25 
  24.         tcMod stretch inversesawtooth 0 1 0 1.25 
  25.         tcMod rotate 500
  26.     }
  27.     {
  28.         clampmap textures/flares/portalflare.tga
  29.         blendfunc add
  30.         rgbGen wave inversesawtooth 0 1 0 4 
  31.         tcMod stretch sawtooth 0 1 0 4 
  32.         tcMod rotate 1323
  33.     }
  34. }
  35.  
  36. teleptThat
  37. {
  38.     q3map_lightimage textures/effects/jumpcirc.tga
  39.     surfaceparm nolightmap
  40.     cull disable
  41.     deformVertexes autosprite
  42.     q3map_surfacelight 300
  43.     {
  44.         clampmap textures/effects/jumpcirc.tga
  45.         blendfunc add
  46.         rgbGen wave sawtooth 0 1 0 2 
  47.         tcMod stretch inversesawtooth 0 1 0 2 
  48.         tcMod rotate 333
  49.     }
  50.     {
  51.         clampmap textures/effects/jumpcirc.tga
  52.         blendfunc add
  53.         rgbGen wave sawtooth 0 1 0 0.5 
  54.         tcMod stretch inversesawtooth 0 1 0 0.5 
  55.         tcMod rotate -333
  56.     }
  57.     {
  58.         clampmap textures/effects/jumpcirc.tga
  59.         blendfunc add
  60.         rgbGen wave sawtooth 0 1 0 1.25 
  61.         tcMod stretch inversesawtooth 0 1 0 1.25 
  62.         tcMod rotate 500
  63.     }
  64. }
  65.  
  66.