home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / ProgramFilesFolder / Data / Interface / Gizmo / GizmoScale.mat < prev    next >
Encoding:
Text File  |  2004-06-09  |  447 b   |  25 lines

  1. // generated file - max export plugin
  2. // origin: GizmoScale.max
  3.  
  4. Shader()
  5. {
  6.     ClearDepthStencil()
  7.     SortWeight("translucent14")
  8.     stream("color", 0)
  9.     Pass()
  10.     {
  11.         tmu()
  12.         {
  13.             ColorOp("arg1", "diffuse", "current", "current")
  14.             AlphaOp("arg1", "tfactor", "current", "current")
  15.         }
  16.         Tfactor( 0.5, 0.5, 0.5, 0.35)
  17.         BlendFunc("src_alpha", "inv_src_alpha")
  18.         DepthFunc("lequal", 0)
  19.     }
  20.  
  21.     Cull("cw")
  22. }
  23.  
  24.  
  25.