Select parts of model geometry (for AR purpose)

Hey there, I’m developing a work in 8thwall using threejs. It requires specific parts of a 3D model to be touch selected. When parts of the model are selected, the camera will zoom into this part of the model.

Is there a way I can segment my 3D geometry to respond to specific on touch events in threejs?

Thanks for your help :grinning: