I’m trying to use the lookAt function with locking the camera on the destination point with no success?
What is the best way to zoom to a point with leaving the camera on regular pan?
Thank you very much
Welcome to the Cesium Community!
Have you taken a look at the viewer zoomTo function: Viewer - Cesium Documentation?
yes ofcoarse but that takes an entitiy, not a point (x, y, z). and we want to zoom to a point
Does camera.setView
work? Camera - Cesium Documentation