home *** CD-ROM | disk | FTP | other *** search
-
- shader()
- {
- cull("none")
- sortweight("translucent14")
-
- stream("color", 0)
-
- pass()
- {
-
- tmu()
- {
- texture()
- {
- usermap(0)
- addressfunc("clamp", "clamp", "clamp")
- }
-
- colorop("mul", "texture", "diffuse", "current")
- alphaop("mul", "texture", "diffuse", "current")
- }
-
- userblendfunc()
- userdepthfunc()
-
- depthbias(%zbias, %zsbias)
- }
- }
-
-