home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / ProgramFilesFolder / Data / Interface / ArrowOpponent.mat < prev    next >
Encoding:
Text File  |  2004-07-26  |  569 b   |  33 lines

  1. Shader()
  2. {
  3.     Cull("cw")
  4.     sortweight("translucent14")
  5.  
  6.     Pass()
  7.     {
  8.         Lighting()
  9.  
  10.         AmbientColor(0.5, 0.25, 0, 1.000)
  11.         DiffuseColor(0.75, 0.5, 0, 1.0)
  12.         SpecularColor(0.5, 0.25, 0, 1.000)
  13.         EmissiveColor(0.000, 0.000, 0.000, 1.000)
  14.         SpecularPow(60.000)
  15.  
  16.         Colorgen("diffuse", "none", 0, 0, 0, "user", 0, 0, 0)
  17.  
  18.         tmu()
  19.         {
  20.             colorop("arg1", "diffuse", "current", "current")
  21.             alphaop("arg1", "diffuse", "current", "current")
  22.         }
  23.  
  24.         BlendFunc("src_alpha", "inv_src_alpha")
  25.         DepthFunc("lequal", 0)
  26.  
  27.  
  28.     }
  29. }
  30.  
  31.  
  32.  
  33.