BJS 5.5.6 changed rendering order and broke CSS3DRenderer

Babylon.js does not draw meshes in the scene.meshes order anymore, but sort them per material instead, for speed optimization reasons.

The PG relies on the plane being drawn first to work.

There are several way to fix it:

5 Likes