Hello!
In our project we hide meshes by setting visibility to 0. These meshes have edges enabled which inherit the opacity of the mesh. When using freezeActiveMeshes the opacity of the edges doesn’t change however. Anyone know of a way to make the edges play nicely with visibility change when meshes are frozen?
Using disableEdgesRendering() / enableEdgesRendering() to hide edges doesn’t work either when frozen.
In this playground I would like the edges to be hidden when the ground’s visibility is set to 0
Perhaps there is a way to access the edges line meshes and set alwaysSelectAsActiveMesh() or using _unFreeze()?
Thanks!