home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 87 / CDMM87_1.ISO / Sidrial / data1.cab / Program_Files / sidrial0.pk3 / scripts / waterfix3.shader < prev   
Encoding:
Text File  |  2002-01-14  |  1.1 KB  |  53 lines

  1. textures/liquids/clear_ripple2
  2.  
  3. //    *********************************************************
  4. //    *      Small clear ripple water. Created September 9    *
  5. //    *********************************************************
  6.     
  7.     {
  8.         qer_editorimage textures/liquids/pool3d_3b.tga
  9.         qer_trans .5
  10.         q3map_globaltexture
  11.         surfaceparm trans
  12.         surfaceparm nonsolid
  13.         surfaceparm water
  14.  
  15.         cull disable
  16.         deformVertexes wave 64 sin .5 .5 0 .5
  17.         sort underwater
  18.  
  19.         { 
  20.             map textures/sidrial_tex/sidrial_water1.tga
  21.             blendFunc GL_dst_color GL_one
  22.             rgbgen identity
  23.             tcmod scale .5 .5
  24.             tcmod transform 1.5 0 1.5 1 1 2
  25.             tcmod scroll -.05 .001
  26.         }
  27.     
  28.         { 
  29.             map textures/sidrial_tex/sidrial_water1.tga
  30.             blendFunc GL_dst_color GL_one
  31.             rgbgen identity
  32.             tcmod scale .5 .5
  33.             tcmod transform 0 1.5 1 1.5 2 1
  34.             tcmod scroll .025 -.001
  35.         }
  36.  
  37.         { 
  38.             map textures/sidrial_tex/sidrial_water1.tga
  39.             blendFunc GL_dst_color GL_one
  40.             rgbgen identity
  41.             tcmod scale .25 .5
  42.             tcmod scroll .001 .025
  43.         }
  44.  
  45.         {
  46.             map $lightmap
  47.             blendFunc GL_dst_color GL_zero
  48.             rgbgen identity        
  49.         }
  50.     
  51.  
  52. //    END
  53.     }