How to set and get loaded model Name in three.js with click

Hello I am Loading a model to the scene with input now I need to get a name with a click on that model can anyone suggest me how to achieve that.(I can set the name after loading the model)
Regards thank you

Hi!
Have a look at this object: https://threejs.org/docs/#api/en/core/Raycaster

1 Like

Huge Thank you very much :slight_smile: