Transparency PG from doc

Not entirely sure but it seems like the PG for transparency testing in the doc is borked ? Was there a breaking change ? I remember the rendering order of the pillars always in front of the stairs ?

Doc: Transparency and How Meshes Are Rendered - Babylon.js Documentation
pg: https://www.babylonjs-playground.com/#1PHYB0#81

I don’t think so, the transparent objects are sorted by depth (using the center of the bounding sphere as the sorting point). At start the pillars on the back have a depth greater than the stairs so they are displayed before them.

2 Likes

ok, I prolly misremembered…my memory is full. Thanks !