Plotting a mesh with transparency with MeshViz.jl

I have a mesh made with Meshes.jl and I plot it with MeshViz.jl. There’s a alpha parameter to set the transparency. When I use it, here is the result I obtain:

How to solve this issue?

This looks like it’s plotted with transparency = false. I don’t know how MeshViz handles that, but if you get it to pass transparency = true to Makie.mesh! you should get a better result.

1 Like