Hello everyone
I use HighlightLayer and it works well, but under certain circumstances i need to remove highlight for all meshes. I found removeAllMeshes() in HighlightLayer documentation but that isn`t defined! In some demos i also found that people used this method, but written lowercase - removeallmeshes(). That method exists, but when i try it it shows me that my instance of HighlightLayer dont exist. Heres the demo with same behavior like in my case: https://www.babylonjs-playground.com/#1KUJ0A#309
Thanks in advance