home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / scripts / frogman.shader < prev    next >
Encoding:
Text File  |  2002-10-21  |  672 b   |  32 lines

  1. frogman
  2. {
  3.     cull none
  4.     qer_editorimage textures/models/human/germanmaps/Frogman/Frogman.tga
  5.     {
  6.         map textures/common/reflection2.tga
  7.         rgbGen lightingSpherical
  8.         tcgen environmentmodel
  9.     }
  10.     {
  11.         map textures/models/human/germanmaps/Frogman/Frogman.tga
  12.         rgbGen lightingSpherical
  13.         blendfunc gl_one gl_src_alpha 
  14.     }
  15. }
  16.  
  17. frogmanhead
  18. {
  19.     cull none
  20.     qer_editorimage textures/models/human/germanmaps/Frogman/Frogmanhead.tga
  21.     {
  22.         map textures/common/reflection2.tga
  23.         rgbGen lightingSpherical
  24.         tcgen environmentmodel
  25.     }
  26.     {
  27.         map textures/models/human/germanmaps/Frogman/Frogmanhead.tga
  28.         rgbGen lightingSpherical
  29.         blendfunc gl_one gl_src_alpha 
  30.     }
  31. }
  32.