Godot Version
4.2.1
Question
I’m trying to work on a game where many of the assets look like glass. I soon came to run into an issue where if 2 transparent objects intersect each others bounding box they would have issues drawing their faces in the correct order have an object that should be behind another show up in front.
From the top:
From the side (the sphere is drawn ontop of the hash):