home *** CD-ROM | disk | FTP | other *** search
/ Quark 3 / Quark3.iso / KATALOG / ARCHIV / SKINS / S063.ZIP / darker.pk3 / scripts / museum.shader < prev    next >
Encoding:
Text File  |  1999-12-21  |  536 b   |  28 lines

  1.  
  2. //////////////////////////////
  3. // Rainy Concrete floor     //
  4. //////////////////////////////
  5.  
  6. textures/base_floor/concfloor_rain
  7. {
  8.         tessSize 32
  9.     deformVertexes normal 1 15
  10.         {
  11.         map textures/base_floor/concfloor_rain.tga
  12.                 rgbGen identity    
  13.         }
  14.         {
  15.         map textures/liquids/pj_e3_reflection2b.tga
  16.         tcgen environment
  17.         rgbgen wave sin .3 0 0 0
  18.         tcmod scale 2 2
  19.         tcMod scroll .5 .5
  20.     }
  21.         {
  22.         map $lightmap
  23.                 blendFunc filter
  24.         rgbGen identity
  25.     }
  26. }
  27.  
  28.