home *** CD-ROM | disk | FTP | other *** search
- light("spot_spotmap")
- {
- pass()
- {
- Pixelshader("SpotRoadSnow14.psh")
- tmu()
- {
- texgen("spotlight")
- texture()
- {
- spotmap()
- addressfunc("clamp", "clamp", "clamp")
- filtering("linear_no_mip") //FIXIT
- }
- }
-
- tmu()
- {
- texgen("spotlight_z_att")
- texture()
- {
- image("spot_z.png")
- addressfunc("clamp", "clamp", "clamp")
- filtering("linear_no_mip")
- }
- }
- !include("__TerrainColormap.mtt")
- !include("__TerrainDetail1.mtt")
- !include("__DetailsMask.mtt")
- !include("__Tex1.mtt")
- tfactor(1,1,1,0)
- colorgen("tfactor", "user", 0,0,0, "none", 0,0,0)
-
- blendfunc("one", "one")
- depthfunc("lequal", 0)
-
- blackfog()
- }
- }
-
-