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

  1. // generated file - max export plugin
  2. // origin: table.max
  3.  
  4. Shader()
  5. {
  6.     sortweight("blended_alphatest")
  7.     Pass()
  8.     {
  9.         tmu()
  10.         {
  11.             TexMod("translate", "lin", 0, -2.0, 0, "none", 0, 0, 0 )
  12.             Texture()
  13.             {
  14.                 Image("tableArrows.tga")
  15.             }
  16.         }
  17.  
  18.         AmbientColor(0.588, 0.588, 0.588, 1.000)
  19.         DiffuseColor(0.588, 0.588, 0.588, 1.000)
  20.         SpecularColor(0.000, 0.000, 0.000, 1.000)
  21.         EmissiveColor(0.000, 0.000, 0.000, 1.000)
  22.         SpecularPow(0.000)
  23.  
  24.         AlphaFunc("gequal", 128)
  25.     }
  26.  
  27.     Cull("cw")
  28. }
  29.  
  30.  
  31.