home *** CD-ROM | disk | FTP | other *** search
- Shader()
- {
- sortweight("translucent10")
- Cull("cw")
- Stream("color", 0)
- Pass()
- {
- tmu()
- {
- TexMod("translate", "lin", 0, 0.03, 0, "lin", 0, 0.1, 0)
- TexMod("scale", "const", 0.25, 0, 0, "const", 0.25, 0, 0)
-
- Texture()
- {
- Mapchannel(0)
- Image("NoiseA.dds")
- }
- ColorOp("mul", "texture", "diffuse", "current")
- }
- tmu()
- {
- TexMod("translate", "lin", 0, -0.023, 0, "lin", 0, -0.1, 0)
- TexMod("scale", "const", 0.25, 0, 0, "const", 0.25, 0, 0)
-
- Texture()
- {
- Mapchannel(0)
- Image("NoiseA.dds")
- }
- ColorOp("mul", "texture", "current", "current")
- }
- Colorgen("diffuse", "sin", 0.5, 1, 0.5, "none", 0, 0, 0)
- BlendFunc("one", "one")
- depthfunc("lequal", 0)
- NoFog()
- }
- }
-
-