-
Notifications
You must be signed in to change notification settings - Fork 46
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
Mouse picking #23
Comments
Maybe it's better to return |
How would you feel about |
It might be overkill to be mouse picking on individual triangles. Perhaps we could have a |
Also, how about returning some unique integer ID instead of a name? |
I would like to return smth like |
Three.js employs a generic raycasting model for picking:
https://threejs.org/docs/#api/core/Raycaster
We could make it work with roughly the following API:
Clearly, we'd want the nodes to be named for this to be convenient.
The text was updated successfully, but these errors were encountered: