I noticed that edges are only found if you click right in the middle of them.
I really would like to be able to click (or mouse over) anywhere on the edge in order to find it.
As a workaround, I would like to set my own custom camera that has my own implementation of edgeContains.
Unfortunately, this does not seem possible because there is not setCamera method on the defaultView, only getCamera.
I would like to be able to do this:
viewer.getDefaultView.setCamera(customCamera)
I noticed that edges are only found if you click right in the middle of them.
I really would like to be able to click (or mouse over) anywhere on the edge in order to find it.
As a workaround, I would like to set my own custom camera that has my own implementation of edgeContains.
Unfortunately, this does not seem possible because there is not setCamera method on the defaultView, only getCamera.
I would like to be able to do this: