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

  1. Shader()
  2. {
  3.     Cull("cw")
  4.     sortweight("translucent14")
  5.  
  6.     Pass()
  7.     {
  8.         Lighting()
  9.  
  10.         AmbientColor(0.000, 0.500, 0.000, 1.000)
  11.         DiffuseColor(0.000, 1.000, 0.000, 0.75)
  12.         SpecularColor(0.200, 0.400, 0.200, 1.000)
  13.         EmissiveColor(0.000, 0.000, 0.000, 1.000)
  14.         SpecularPow(60.000)
  15.  
  16.         tmu()
  17.         {
  18.             colorop("mul", "diffuse", "current", "current")
  19.             alphaop("mul", "diffuse", "current", "current")
  20.         }
  21.     }
  22.  
  23. }
  24.  
  25.  
  26.  
  27.