Jump to content

Mask Cutoff Not Working for Mesh?


Gusher Castaignede
 Share

You are about to reply to a thread that has been inactive for 2934 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

The alpha sorting issue is basically the same for prims and mesh. Prims are just mesh as well.
Fortunately with mesh we have the ability to construct our objects in a way that the sorting glitch can be minimized, or avoided. It just doesn't work well in the way you wanted it to work.

IMO it's best to build and texture the non transparent parts as a single mesh, and the transparent part as another mesh. Which makes texturing easier, and more efficient regarding the use of the UV space. The texture with the alpha channel can be pretty small then, too

Also, when breaking off the alpha blending mesh part, the display weight will show much lower numbers. Because otherwise the alpha penalty would be applied for all the triangles in the entire mesh, regardless of the materials assigned.

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 2934 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...