removing ScreenSpaceLines3D from viewport
description
if you remove a ScreenSpaceLines3D from the viewport, then the app crashes because the OnRender event is not removed, and the visual parent is missing then.
I fixed this for me locally (see attached file)
This is maybe not the best solution, but it works.