android-3D-model-viewer icon indicating copy to clipboard operation
android-3D-model-viewer copied to clipboard

Get Model's X,Y,Z values when user taps on the screen.

Open dilipkold opened this issue 4 years ago • 3 comments

Is it possible to mark over 3D model when user taps on any part of it on the screen?

dilipkold avatar Dec 14 '20 11:12 dilipkold

yes ! if you click the "Toggle collision" menu at top-right on the demo page;

Gravity-of-eath avatar Dec 18 '20 02:12 Gravity-of-eath

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.

andresoviedo avatar Jan 12 '21 18:01 andresoviedo

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.

dilipkye avatar Jan 12 '21 19:01 dilipkye