Is it possible to easily hide the children of non-visible LOD meshes?
https://www.babylonjs-playground.com/ts.html#FEHXX5
In the PG above, I am trying to make it so that sphere is only visible when at the highest LOD, and then sphere2 is visible at the LOD above that one.
I did find the onLODLevelSelection, but haven’t had a chance with tinkering with that function yet and wanted to check and see if there was an easier way.
I did find that using mesh.setEnabled will hide children, so I was hoping there was a way to combine LOD with setEnabled.