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

  1. // generated file - max export plugin
  2. // origin: checkPointOpacity.max
  3.  
  4. Shader()
  5. {
  6.     Pass()
  7.     {
  8.         tmu()
  9.         {
  10.             Texture()
  11.             {
  12.                 Image("checkPointOpacity.tga")
  13.             }
  14.         }
  15.  
  16.         AmbientColor(0.588, 0.588, 0.588, 1.000)
  17.         DiffuseColor(0.588, 0.588, 0.588, 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.         AlphaFunc("gequal", 128)
  23.     }
  24.  
  25.     Cull("cw")
  26. }
  27.  
  28.  
  29.