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

  1. Shader()
  2. {
  3.     Pass()
  4.     {
  5.         tmu()
  6.         {
  7.             Texture()
  8.             {
  9.                 Image("dot.dds")
  10.             }
  11.         }
  12.         AlphaFunc("gequal", 128)
  13.     }
  14.     Cull("none")
  15. }
  16.  
  17.  
  18.