home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _2B7B3FFAA54D4F189600DF23ECB07D94 < prev    next >
Encoding:
Text File  |  2004-03-17  |  222 b   |  20 lines

  1. Shader()
  2. {//gf2
  3.     NoLightmaps()
  4.     Pass()
  5.     {
  6.         tmu()
  7.         {
  8.             Texture()
  9.             {
  10.                 Image(TEXTURE1)
  11.             }
  12.             ColorOp("mul4", "texture", "tfactor", "current")
  13.         }
  14.         TFactor(RED, GREEN, BLUE, 1)
  15.     }
  16.     Cull("cw")
  17. }
  18.  
  19.  
  20.