home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / ProgramFilesFolder / Data / Interface / bsphere.mat < prev    next >
Encoding:
Text File  |  2004-01-05  |  596 b   |  31 lines

  1.  
  2. shader()
  3. {
  4.     cull("cw")
  5.     sortweight("foreground")
  6.  
  7.     stream("position", 0)
  8.     stream("normal", 0)
  9.  
  10.     Pass()
  11.     {
  12.         tmu()
  13.         {
  14.             colorop("arg1", "texture", "tfactor", "current")
  15.             alphaop("arg2", "texture", "tfactor", "current")
  16.         }
  17.  
  18.         tfactor(0,0,0, 0.3)
  19.  
  20.         AmbientColor(0.588235, 0.588235, 0.588235, 1.000000)
  21.         DiffuseColor(0.588235, 0.588235, 0.588235, 1.000000)
  22.         SpecularColor(0.0, 0.0, 0.0, 1.0)
  23.         EmissiveColor(0.000000, 0.000000, 0.000000, 1.000000)
  24.         SpecularPow(0.000000)
  25.         Lighting()
  26.  
  27.         blendfunc("src_alpha", "inv_src_alpha")
  28.         depthfunc("lequal", 0)
  29.     }
  30. }
  31.