How do I make the camera rotate around the clicked model?

You could either create an animation to go there : Animations - Babylon.js Documentation

Or manually lerp to it (which is what the animation would do) Moving camera to an other position smoothly

1 Like