home *** CD-ROM | disk | FTP | other *** search
- Shader()
- {
- Cull("cw")
- sortweight("translucent14")
-
- Pass()
- {
- Lighting()
-
- AmbientColor(0.5, 0.25, 0, 1.000)
- DiffuseColor(0.75, 0.5, 0, 1.0)
- SpecularColor(0.5, 0.25, 0, 1.000)
- EmissiveColor(0.000, 0.000, 0.000, 1.000)
- SpecularPow(60.000)
-
- Colorgen("diffuse", "none", 0, 0, 0, "user", 0, 0, 0)
-
- tmu()
- {
- colorop("arg1", "diffuse", "current", "current")
- alphaop("arg1", "diffuse", "current", "current")
- }
-
- BlendFunc("src_alpha", "inv_src_alpha")
- DepthFunc("lequal", 0)
-
-
- }
- }
-
-
-
-