-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allow setting custom camera #21
Comments
I was able to work around this locally by creating a custom SwingViewer. I did work around it locally. Here is my custom camera. I would make a PR, but this project no longer seems active.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
The text was updated successfully, but these errors were encountered: