home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2001 February / maximum-cd-2001-02.iso / Team Arena / TeamArenaDemo.exe / Main / pak0.pk3 / scripts / nateshad.shader < prev    next >
Encoding:
Text File  |  2000-11-22  |  818 b   |  48 lines

  1. textures/natestah/leaf2
  2. {
  3.     surfaceparm alphashadow
  4.     cull disable
  5.     {
  6.         map textures/natestah/leaf2.tga
  7.         rgbGen Vertex 
  8.         depthWrite
  9.         alphaFunc GE128
  10.     }
  11.     {
  12.         map $lightmap 
  13.         blendfunc filter
  14.         rgbGen identity
  15.     }
  16. }
  17.  
  18. textures/natestah/nateswater
  19. {
  20.     qer_editorimage textures/natestah/nateswater.tga
  21.     surfaceparm nonsolid
  22.     surfaceparm trans
  23.     surfaceparm water
  24.     cull disable
  25.     deformVertexes wave 64 sin 0.25 0.25 0 0.5 
  26.     qer_trans 0.5
  27.     q3map_globaltexture
  28.     {
  29.         map textures/natestah/nateswater.tga
  30.         blendfunc add
  31.         rgbGen identity
  32.         tcMod scale 0.5 0.5
  33.         tcMod scroll 0.025 0.01
  34.     }
  35.         { 
  36.             map textures/liquids/pool3d_3e.tga
  37.             blendFunc GL_dst_color GL_one
  38.             tcmod scale -.5 -.5
  39.             tcmod scroll .025 .025
  40.         }
  41.     {
  42.         map $lightmap 
  43.         blendfunc filter
  44.         rgbGen identity
  45.     }
  46. }
  47.  
  48.