getBindedMeshes doesn't return LinesMesh objects

Hello everyone !

I encountered an issue today with line meshes !
It turns out that a material’s getBindedMeshes method doesn’t return the LinesMesh objects.

Check it out in the playground below :

While testing, i also found an additional surprising behavior :

Try replacing the line lines.material = lineMat; with lines.material = boxMat; and you’ll get a wireframe box :thinking:.

cc @AlitarSemiramis who has done some digging there yesterday already :slight_smile:

1 Like

Looking :slight_smile: