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

  1. shader()
  2. {
  3.     cull("none")
  4.     sortweight("sprite")
  5.  
  6.     pass()
  7.     {
  8.  
  9.         tmu()
  10.         {
  11.             texture()
  12.             {
  13.                 usermap(0)
  14.                 filtering("no_filtering")
  15.             }
  16.         }
  17.  
  18.         blendfunc( "src_alpha", "inv_src_alpha" )
  19.         depthfunc( "always", 0 )
  20.     }
  21. }
  22.  
  23.  
  24.  
  25.  
  26.  
  27.