home *** CD-ROM | disk | FTP | other *** search
-
- shader()
- {
- cull("none")
- sortweight("sprite")
-
- pass()
- {
-
- tmu()
- {
- texture()
- {
- usermap(0)
- filtering("linear_no_mip")
- addressfunc("clamp", "clamp", "clamp")
- }
-
- colorop("mul", "texture", "tfactor", "current")
- alphaop("arg2", "texture", "tfactor", "current")
- }
-
- colorgen("tfactor", "user", 0, 0, 0, "user", 0, 0, 0)
-
- blendfunc( "src_alpha", "inv_src_alpha" )
- depthfunc( "always", 0 )
- nofog()
- }
- }
-
-