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

  1. textures/liquids/clear_ripple1
  2.  
  3. //    *********************************************************
  4. //    *      Large clear ripple water. Created September 9    *
  5. //    *********************************************************
  6.     
  7.     {
  8.         qer_editorimage textures/liquids/pool3d_3.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.         { 
  21.             map textures/sidrial_tex/sidrial_water1.tga
  22.             blendFunc GL_dst_color GL_one
  23.             rgbgen identity
  24.             tcmod scale .5 .5
  25.             tcmod transform 1.5 0 1.5 1 1 2
  26.             tcmod scroll -.05 .001
  27.         }
  28.     
  29.         { 
  30.             map textures/sidrial_tex/sidrial_water1.tga
  31.             blendFunc GL_dst_color GL_one
  32.             rgbgen identity
  33.             tcmod scale .5 .5
  34.             tcmod transform 0 1.5 1 1.5 2 1
  35.             tcmod scroll .025 -.001
  36.         }
  37.  
  38.         { 
  39.             map textures/sidrial_tex/sidrial_water1.tga
  40.             blendFunc GL_dst_color GL_one
  41.             rgbgen identity
  42.             tcmod scale .25 .5
  43.             tcmod scroll .001 .025
  44.         }    
  45.  
  46.         {
  47.             map $lightmap
  48.             blendFunc GL_dst_color GL_zero
  49.             rgbgen identity        
  50.         }
  51. //    END
  52.     }
  53.  
  54.