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

  1. // generated file - max export plugin
  2. // origin: Platforma.max
  3.  
  4. Shader()
  5. {
  6.     Pass()
  7.     {
  8.         tmu()
  9.         {
  10.             Texture()
  11.             {
  12.                 Image("PlatformaKropa.png")
  13.             }
  14.         }
  15.  
  16.         AmbientColor(1.000, 1.000, 1.000, 1.000)
  17.         DiffuseColor(1.000, 1.000, 1.000, 1.000)
  18.         SpecularColor(0.000, 0.000, 0.000, 1.000)
  19.         EmissiveColor(0.000, 0.000, 0.000, 1.000)
  20.         SpecularPow(0.000)
  21.  
  22.         BlendFunc("src_alpha","inv_src_alpha")
  23.     }
  24.  
  25.     Cull("cw")
  26.     SortWeight("translucent1")
  27. }
  28.  
  29.  
  30.  
  31.  
  32.