Different behavior of enableEdgesRendering with tiled planes and boxes between 4.1 and 4.2

Hello,

I was using tiled planes to create a cartesian grid on a box, as shown here:

Box with non-uniform grid | Babylon.js Playground

However, the behavior has changed between babylon.js 4.1, where it worked, and babylon 4.2/5.0, where only the external edges, not the tile edges are shown. Is there a workaround?

Thank you!

You can use the legacy way of generating the edges by setting useAlternateEdgeFinder: false in the options:

https://playground.babylonjs.com/#8RK8SM#5

Thank you Evgeni! :slightly_smiling_face: