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

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