google / filament

Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2
https://google.github.io/filament/
Apache License 2.0
17.37k stars 1.84k forks source link

Detect clicked node of GLTF model #7738

Closed lalit-iottive closed 3 months ago

lalit-iottive commented 3 months ago

Hi,

I have used GLTF model which shows the human body. I want to detect which part of model is clicked on single tap like hand, leg, back, etc. In short I want to fetch clicked child node name from model.

I have attached a model file and screenshot of model.

OS:Android

man.zip

Screenshot_20240408_114614

poweifeng commented 3 months ago

Let's use the similar discussion topic for follow-up: https://github.com/google/filament/discussions/7745