I have a 3D model that has to be displayed in an html page. I have done that and I am able to move it around 360 degree as well. Now, I need to highlight specific parts. For eg: if the object is aircraft and if I click a button “Tail”, it should highlight me the tail. Please see the pic.
Can I achieve this using Three.js? Can you give me some ideas? Or, should I need to add some elements in the 3D model and refer it via code?