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

  1. textures/base_light/btactmach0
  2. {
  3.     q3map_surfacelight 1000
  4.     light 1
  5.     {
  6.         map $lightmap
  7.         rgbGen identity
  8.     }
  9.     {
  10.         map textures/base_light/btactmach0.tga
  11.         blendFunc GL_DST_COLOR GL_ZERO
  12.         rgbGen identity
  13.     }
  14.     {
  15.         map textures/base_light/btactmach0.blend.tga
  16.         rgbGen wave sin 0.5 0.5 0 .2
  17.         blendFunc GL_ONE GL_ONE
  18.     }
  19. }
  20. textures/base_button/shootme2
  21. {
  22.     qer_editorimage textures/base_button/shootme1.tga
  23.     q3map_lightimage textures/base_button/shootme_glow.tga
  24.     q3map_surfacelight 1000
  25.     light 1
  26.     {
  27.         map $lightmap
  28.         rgbGen identity
  29.     }
  30.     {
  31.         map textures/base_support/metal3_3.tga
  32.         blendFunc GL_DST_COLOR GL_ZERO
  33.         rgbGen identity
  34.     }
  35.     {
  36.         map textures/base_button/shootme_glow.tga
  37.         rgbGen wave sin 0.5 1.0 0 .3
  38.         blendFunc GL_ONE GL_ONE
  39.     }
  40. }
  41.