home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2001 February / maximum-cd-2001-02.iso / Team Arena / TeamArenaDemo.exe / Main / pak0.pk3 / scripts / museum.shader < prev    next >
Encoding:
Text File  |  2000-11-22  |  567 b   |  29 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.                 Blendfunc add
  17.         tcgen environment
  18.         rgbgen wave sin .3 0 0 0
  19.         tcmod scale 2 2
  20.         tcMod scroll .5 .5
  21.     }
  22.         {
  23.         map $lightmap
  24.                 blendFunc filter
  25.         rgbGen identity
  26.     }
  27. }
  28.  
  29.