home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _7DF01F6B52F7483C936E08DD27BAA429 < prev    next >
Encoding:
Text File  |  2004-02-09  |  957 b   |  41 lines

  1. light("spot_spotmap")
  2. {
  3.     pass()
  4.     {
  5.         Pixelshader("SpotRoadSnow14.psh")
  6.         tmu()
  7.         {
  8.             texgen("spotlight")
  9.             texture()
  10.             {
  11.                 spotmap()
  12.                 addressfunc("clamp", "clamp", "clamp")
  13.                 filtering("linear_no_mip")  //FIXIT
  14.             }
  15.         }
  16.  
  17.         tmu()
  18.         {
  19.             texgen("spotlight_z_att")
  20.             texture()
  21.             {
  22.                 image("spot_z.png")
  23.                 addressfunc("clamp", "clamp", "clamp")
  24.                 filtering("linear_no_mip")
  25.             }
  26.         }
  27.         !include("__TerrainColormap.mtt")
  28.         !include("__TerrainDetail1.mtt")
  29.         !include("__DetailsMask.mtt")
  30.         !include("__Tex1.mtt")
  31.         tfactor(1,1,1,0)
  32.         colorgen("tfactor", "user", 0,0,0, "none", 0,0,0)
  33.  
  34.         blendfunc("one", "one")
  35.         depthfunc("lequal", 0)
  36.  
  37.         blackfog()
  38.     }
  39. }
  40.  
  41.