Meshes alpha blend with other objects in scene but not themselves

Hi @johannhuang

Not entirely sure if this answers your question, but you can also manually set the visibility of a mesh like this:

mesh.visibility = 0.5;

Updated in this playground.

Also for more reading on this subject, here’s a good thread that goes into more detailed explanations with examples:

3 Likes