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

  1. textures/mohtest/windowtst
  2. {
  3.     {
  4.         map textures/common/reflection1.tga
  5.         tcGen environment
  6.     }
  7.     {
  8.         map textures/mohtest/windowtst.tga
  9.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  10.     }
  11.     {
  12.         map $lightmap
  13.         rgbGen Identity
  14.         blendFunc GL_DST_COLOR GL_ZERO
  15.     }
  16. }
  17.  
  18. textures/mohtest/window2th
  19. {
  20.     {
  21.         map textures/common/reflection1.tga
  22.         tcGen environment
  23.     }
  24.     {
  25.         map textures/mohtest/window2th.tga
  26.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  27.     }
  28.     {
  29.         map $lightmap
  30.         rgbGen Identity
  31.         blendFunc GL_DST_COLOR GL_ZERO
  32.     }
  33. }
  34.  
  35. textures/mohtest/window3
  36. {
  37.     {
  38.         map textures/common/reflection1.tga
  39.         tcGen environment
  40.     }
  41.     {
  42.         map textures/mohtest/window3.tga
  43.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  44.     }
  45.     {
  46.         map $lightmap
  47.         rgbGen Identity
  48.         blendFunc GL_DST_COLOR GL_ZERO
  49.     }
  50. }