home *** CD-ROM | disk | FTP | other *** search
/ Enter 2005 March / ENTER.ISO / files / fwp-0.0.6-win32-installer.exe / plasmagun_impact.shader < prev    next >
Encoding:
Text File  |  2004-11-25  |  586 b   |  33 lines

  1. shader "explosion_small"
  2. {
  3.     base
  4.     {
  5.         flags = BLEND | NO_LIGHTING | ALPHA_TEST
  6.         alphaFunc GREATER 0.01
  7.         blendFunc SRC_ALPHA ONE_MINUS_SRC_ALPHA
  8.  
  9.         color "1.0 1.0 1.0 1.0"
  10.         colAnim
  11.         {
  12.             red = "0 1.0"    "400 1.0"
  13.             green = "0 1.0"  "400 1.0"
  14.             blue = "0 1.0"   "400 1.0"
  15.  
  16.             alpha = "0 1.0" "200 1.0" "400 0.0"
  17.  
  18.             combineMode REPLACE
  19.         }
  20.  
  21.     }
  22.  
  23.     mapChannel1
  24.     {
  25.         texAnim
  26.         {
  27.             weapons/plasmagun/plasmagun_impact_01.tga 100
  28.             weapons/plasmagun/plasmagun_impact_02.tga 100
  29.             weapons/plasmagun/plasmagun_impact_03.tga 200
  30.         }
  31.         texMode MODULATE
  32.     }
  33. }