home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / ProgramFilesFolder / Data / Interface / bbox.mat < prev    next >
Encoding:
Text File  |  2004-01-05  |  530 b   |  27 lines

  1.  
  2. shader()
  3. {
  4.     cull("cw")
  5.     sortweight("foreground")
  6.  
  7.     Pass()
  8.     {
  9.         Lighting()
  10.         tmu()
  11.         {
  12.             colorop("arg1", "diffuse", "current", "current")
  13.             alphaop("arg1", "diffuse", "current", "current")
  14.  
  15.         }
  16.  
  17.             AmbientColor(0.250, 0.250, 0.250, 1.000)
  18.             DiffuseColor(0.7500, 0.7500, 0.7500, 0.250)
  19.             SpecularColor(1.000, 1.000, 1.000, 1.0)
  20.             EmissiveColor(0.000, 0.000, 0.000, 1.000)
  21.             SpecularPow(60.000)
  22.  
  23.             blendfunc("src_alpha", "inv_src_alpha")
  24.             depthfunc("lequal", 0)
  25.     }
  26. }
  27.