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

  1. textures/suction/light_solid_red
  2. {
  3.     q3map_lightimage textures/suction/solid_red.jpg
  4.     qer_editorimage textures/suction/solid_red.jpg
  5.     surfaceparm nomarks
  6.     surfaceparm nolightmap
  7.     q3map_surfacelight 1000
  8.     q3map_backsplash 100 32
  9.     q3map_lightsubdivide 32
  10.     {
  11.         map textures/suction/solid_red.jpg
  12.         blendFunc GL_ONE GL_ZERO
  13.     }
  14. }
  15.  
  16. textures/suction/light_solid_white
  17. {
  18.     qer_editorimage textures/suction/solid_white.jpg
  19.     surfaceparm nomarks
  20.     surfaceparm nolightmap
  21.     {
  22.         map textures/suction/solid_white.jpg
  23.         blendFunc GL_ONE GL_ZERO
  24.     }
  25. }
  26.  
  27. textures/suction/light_solid_blue
  28. {
  29.     q3map_lightimage textures/suction/solid_blue.jpg
  30.     qer_editorimage textures/suction/solid_blue.jpg
  31.     surfaceparm nomarks
  32.     surfaceparm nolightmap
  33.     q3map_surfacelight 1000
  34.     q3map_backsplash 100 32
  35.     q3map_lightsubdivide 32
  36.     {
  37.         map textures/suction/solid_blue.jpg
  38.         blendFunc GL_ONE GL_ZERO
  39.     }
  40. }
  41.  
  42. textures/suction/beam_red
  43. {
  44.     qer_trans 0.5
  45.     surfaceparm nonsolid
  46.     surfaceparm nolightmap
  47.     surfaceparm trans
  48.     cull disable    
  49.     {
  50.         map textures/suction/beam_red.tga
  51.         blendfunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  52.     }
  53.     {
  54.         map textures/suction/beam_mover.jpg
  55.         blendfunc add
  56.         tcGen base
  57.         tcMod scroll 0 -0.2
  58.     }
  59. }
  60.  
  61.  
  62. textures/suction/beam_blue
  63. {
  64.     qer_trans 0.5
  65.     surfaceparm nonsolid
  66.     surfaceparm nolightmap
  67.     surfaceparm trans
  68.     cull disable    
  69.     {
  70.         map textures/suction/beam_blue.tga
  71.         blendfunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  72.     }
  73.     {
  74.         map textures/suction/beam_mover.jpg
  75.         blendfunc add
  76.         tcGen base
  77.         tcMod scroll 0 -0.2
  78.     }
  79. }
  80.  
  81.  
  82. textures/suction/greenfloor
  83. {
  84.     qer_editorimage textures/suction/solid_green.jpg
  85.     qer_trans 0.5
  86.     surfaceparm nolightmap
  87.     surfaceparm trans
  88.     q3map_nonplanar
  89.     q3map_shadeangle 160
  90.     cull disable
  91.     {
  92.         map textures/suction/solid_green.jpg
  93.         alphaGen const 0.45
  94.         blendfunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  95.     }
  96.     {
  97.         map textures/suction/envmap.jpg
  98.         blendfunc add
  99.         tcGen environment
  100.         tcMod scale 0.3 0.3
  101.     }
  102. }
  103.  
  104.  
  105. textures/suction/logo_red
  106. {
  107.     qer_editorimage textures/suction/logo.tga
  108.     surfaceparm nolightmap
  109.     surfaceparm trans
  110.     polygonOffset
  111.     {
  112.         clampmap textures/suction/logo.tga
  113.         blendfunc blend
  114.         rgbGen const ( 1 0 0 )
  115.     }
  116. }
  117.  
  118. textures/suction/logo_blue
  119. {
  120.     qer_editorimage textures/suction/logo.tga
  121.     surfaceparm nolightmap
  122.     surfaceparm trans
  123.     polygonOffset
  124.     {
  125.         clampmap textures/suction/logo.tga
  126.         blendfunc blend
  127.         rgbGen const ( 0 0 1 )
  128.     }
  129. }
  130.  
  131. textures/suction/sky
  132. {
  133.     q3map_lightimage textures/suction/plasma1
  134.     qer_editorimage textures/suction/plasma1
  135.     surfaceparm noimpact
  136.     surfaceparm nolightmap
  137.     surfaceparm sky
  138.  
  139.     q3map_sunExt 0.929 0.874 0.435 100 45 60 4 16
  140.     q3map_globaltexture
  141.  
  142.     skyparms env/plasky/plasky 1024 -
  143.     {
  144.         map textures/suction/plasma1.tga
  145.         tcMod scale 0.08 0.08
  146.         tcMod scroll 0.001 0.001
  147.         blendfunc filter
  148.     }
  149.     {
  150.         map textures/suction/plasma2.tga
  151.         tcMod scale 0.09 0.09
  152.         tcMod scroll -0.002 -0.002
  153.         blendfunc filter
  154.     }
  155. }