home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _BA9FC1C96E9448848710EBD76FC70C16 < prev    next >
Encoding:
Text File  |  2005-08-12  |  488 b   |  31 lines

  1.  
  2. shader()
  3. {
  4.     Cull("none")
  5.     sortweight("decal")
  6.  
  7.     stream("color", 0)
  8.  
  9.     pass()
  10.     {
  11.  
  12.         tmu()
  13.         {
  14.             texture()
  15.             {
  16.                 usermap(0)
  17.             }
  18.  
  19.             ColorOp("mul", "texture", "diffuse", "current")
  20.             AlphaOp("arg2", "texture", "tfactor", "current")
  21.         }
  22.         tfactor(1,1,1,0)
  23.  
  24.  
  25.         BlendFunc("zero", "inv_src_color")
  26.         DepthFunc("lequal", 0)
  27.         BlackFog()
  28.     }
  29. }
  30.  
  31.