volume rendering issues with two objects

loading two volumes and place them separately, you will see the rendering issues with z-order.

basically the one on top will always blocking the other one, no matter what direction you look at. Could this be fixed? Thanks!

Do you confirm you are using VTK.js ?

This is an expected behavior in VTK.js. The volume rendering does not write into the depth buffer, hence the last volume to be rendered to writing on top of the previous volume.
To correctly support it, a multi-volume mapper should be created and it does not exist at this time.

Regards,
Julien.

Thanks Julien for your clear explanation. Is this somehow also related to the other problem of volume rendering with transparent objects? rendering problems when volume and surface source are added in the same scene

Volume rendering is what makes VTK.js distinct from other online 3D packages, e.g. three.js, Correct and robust volume rendering should be its essential feature not just for the value of the package but also the great expansion of the potential applications. I strongly suggest VTK.js team make this one of the top priorities.

No this is a different technical aspect (depth peeling)

VTK.js improvements are coming from the community or external funding. Please consider submitting pull requests or reach me out if you have funding to support such efforts.