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 :
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 .
cc @AlitarSemiramis who has done some digging there yesterday already
Looking