home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2002 April / GSSH42002.iso / MODS / Q3a / padspaceB.exe / padspace.pk3 / scripts / paddoor.shader < prev    next >
Text File  |  2000-07-29  |  360b  |  25 lines

  1. textures/paddoor/stainls_shiny
  2. {
  3.     qer_editorimage textures/paddoor/stainls.tga
  4.  
  5.     {
  6.         map textures/base_wall/chrome_env.tga
  7.             rgbGen identity
  8.         tcGen environment
  9.         tcmod scale .25 .25
  10.     }
  11.     
  12.     {
  13.         map textures/paddoor/stainls.tga
  14.         blendFunc blend    
  15.         rgbGen identity
  16.     }
  17.     {
  18.         map $lightmap
  19.         blendfunc filter
  20.         rgbGen identity
  21.     }
  22. }
  23.  
  24.  
  25.