home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2000 #2 / NetCD2.iso / Demogame / Quake3 / q3ademo.exe / Main / pak0.pk3 / scripts / organics.shader < prev    next >
Encoding:
Text File  |  1999-11-29  |  430 b   |  29 lines

  1. textures/organics/wire02a_f    
  2. {
  3.     light 1    
  4. q3map_surfacelight 200
  5.     {
  6.         map $lightmap
  7.         rgbGen identity
  8.     }
  9.     {
  10.         map textures/organics/wire02a_f.tga
  11.         blendFunc GL_DST_COLOR GL_ZERO
  12.         rgbGen identity
  13.     }
  14. }
  15. textures/organics/wire02_f2    
  16. {
  17.     light 1    
  18. q3map_surfacelight 400
  19.     {
  20.         map $lightmap
  21.         rgbGen identity
  22.     }
  23.     {
  24.         map textures/organics/wire02_f2.tga
  25.         blendFunc GL_DST_COLOR GL_ZERO
  26.         rgbGen identity
  27.     }
  28. }
  29.