android-3D-model-viewer
android-3D-model-viewer copied to clipboard
Get Model's X,Y,Z values when user taps on the screen.
Is it possible to mark over 3D model when user taps on any part of it on the screen?
yes ! if you click the "Toggle collision" menu at top-right on the demo page;
Hello @dilipkold . there is a new TouchEvent that should contain selected object + some metadata like xyz pos. Please let me know if you still need help.
I used collision detection to mark points as you suggested, now how is this TouchEvent’s metadata is helpful over CollectionEvent? & I also need to know about moving Camera freely, reducing Object’s Vertices/Facets. I am Sorry for not replying to your previous help, I somehow read the email and forgot to reply. Thank you for the help!
Sent from my iPhone
On 13-Jan-2021, at 12:11 AM, Andres Oviedo [email protected] wrote:
Hello @dilipkold . there is a new TouchEvent that should contain selected object + some metadata like xyz pos. Please let me know if you still need help.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.