home *** CD-ROM | disk | FTP | other *** search
- // generated file - max export plugin
- // origin: damScroll.max
-
- Shader()
- {
- Pass()
- {
- tmu()
- {
- TexMod("translate", "lin", 0, 0.1, 0, "none", 0, 0, 0 )
- Texture()
- {
- Image("damScroll.dds")
- }
- }
-
- AmbientColor(0.588, 0.588, 0.588, 1.000)
- DiffuseColor(0.588, 0.588, 0.588, 1.000)
- SpecularColor(0.000, 0.000, 0.000, 1.000)
- EmissiveColor(0.000, 0.000, 0.000, 1.000)
- SpecularPow(0.000)
-
- }
-
- Cull("cw")
- }
-
-
-