Move camera position while selecting areas of a floor plan 3d map

I have a 3d floor map, I import it to the web with gltf loader

what I want to do next is moving camera to areas while selecting this area from the left toolbar
how can I do this implementation ?

What did you try so far :eyes: ?

There’s quite a few ways - you can for example assign names / ids / custom props in Blender - then identify objects on the scene using one of them (plus, while loading the model, you can build that UI interface on the left using found elements - do that the model structure is resembled by the table of clickable elements.)

Zooming you can do just by lerping camera position to the target position minus some offset, or by using controls.