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

  1.         Pixelshader("Grass.psh")
  2.  
  3.         tmu()
  4.         {
  5.             texture()
  6.             {
  7.                 usermap(0)
  8.             }
  9.  
  10.             ColorOp( "mul", "texture", "diffuse", "current" )
  11.             AlphaOp( "mul", "texture", "diffuse", "current" )
  12.         }
  13.  
  14.         !include("__Clouds.mtt")
  15.         !include("__Day.mtt")
  16.  
  17.         !include("__Ambient.mtt")
  18.  
  19.