I try to draw transparent QSphereMesh over two triangles. If I use with my sphere QPhongMaterial, then it works fine. But if I use QPhongAlphaMaterial, then sphere is drawn over first triangle, but under second.
So I don't understand what option I can set to change this behavior.
More detail about my problem you can read here: Qt3d. Draw transparent QSphereMesh over triangles