A prepared frame: opaque meshes in scene-tree order, transparent meshes (material.transparent === true) sorted back to front by view-space depth so blending composites correctly, and the visible lights in scene-tree order.
material.transparent === true
A prepared frame: opaque meshes in scene-tree order, transparent meshes (
material.transparent === true) sorted back to front by view-space depth so blending composites correctly, and the visible lights in scene-tree order.