home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / ProgramFilesFolder / Data / Menu / mat / text_sprite_pulse.mat < prev   
Encoding:
Text File  |  2005-08-06  |  638 b   |  33 lines

  1.  
  2. shader()
  3. {
  4.     cull("none")
  5.     sortweight("sprite")
  6.  
  7.     pass()
  8.     {
  9.  
  10.         tmu()
  11.         {
  12.             texture()
  13.             {
  14.                 usermap(0)
  15.                 filtering("linear_no_mip")
  16.                 addressfunc("clamp", "clamp", "clamp")
  17.             }
  18.  
  19.             colorop("arg1", "texture", "tfactor", "current")
  20.             alphaop("mul", "texture", "tfactor", "current")
  21.         }
  22.  
  23.         Tfactor(1,1,0,1)
  24.         colorgen("tfactor", "none", 0, 0, 0, "sin", 0.6, 10, 0.4)
  25.  
  26.  
  27.         blendfunc( "src_alpha", "inv_src_alpha" )
  28.         depthfunc( "always", 0 )
  29.         nofog()
  30.     }
  31. }
  32.  
  33.