home *** CD-ROM | disk | FTP | other *** search
- // generated file - max export plugin
- // origin: GizmoScale.max
-
- Shader()
- {
- ClearDepthStencil()
- SortWeight("translucent14")
- stream("color", 0)
- Pass()
- {
- tmu()
- {
- ColorOp("arg1", "diffuse", "current", "current")
- AlphaOp("arg1", "tfactor", "current", "current")
- }
- Tfactor( 0.5, 0.5, 0.5, 0.35)
- BlendFunc("src_alpha", "inv_src_alpha")
- DepthFunc("lequal", 0)
- }
-
- Cull("cw")
- }
-
-
-