antvis / G

💥 A flexible rendering engine for visualization.
https://g.antv.antgroup.com/
1.07k stars 198 forks source link

fix: fix setZoomByViewportPoint #1727

Closed Aarebecca closed 3 months ago

Aarebecca commented 3 months ago

setZoomByViewportPoint 在完成缩放后调整相机时,使用了 pan 操作来调整,导致相机视点位置没有同步更新

修正后:

缩放前后都通过 setPosition 和 setFocalPoint 来调整相机和视点位置