We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have tried using entity.getViewComponent().addOnClickHandler and entityBuilder().onClick, but it seems that these methods do not work.
The text was updated successfully, but these errors were encountered:
Hi, that's a good point. The 3d counterpart will probably need a separate implementation.
For now, I've found this: https://stackoverflow.com/questions/28863312/javafx-3d-graphics-mouse-click-position-on-3d-object
See if it works for your use case. If yes, I can use the proposed solution as a basis.
Sorry, something went wrong.
Hi, that's a good point. The 3d counterpart will probably need a separate implementation. For now, I've found this: https://stackoverflow.com/questions/28863312/javafx-3d-graphics-mouse-click-position-on-3d-object See if it works for your use case. If yes, I can use the proposed solution as a basis.
I have found the cause of the problem.The entity seems to be obscured by my UINode.
No branches or pull requests
I have tried using entity.getViewComponent().addOnClickHandler and entityBuilder().onClick, but it seems that these methods do not work.
The text was updated successfully, but these errors were encountered: