meshFromPoint(clientX, clientY) #3973
thibaud-be
started this conversation in
General
Replies: 1 comment
-
Our API intentionally doesn't expose mesh-level info (we consider that to be at the level of three.js). We recommend authoring the glTF with separate materials at the level of granularity you want for selection & editing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to retrieve the mesh name on click.
pretty much what the materialFromPoint(clientX, clientY) does but for the mesh.
What are my options ?
Beta Was this translation helpful? Give feedback.
All reactions