Cesium平移操作

Cesium.CameraEventType中的属性:LEFT_DRAG : 0  ,  RIGHT_DRAG : 1  ,  MIDDLE_DRAG : 2  ,  WHEEL : 3   ,   PINCH : 4

参考1:https://www.cnblogs.com/wang985850293/p/5227365.html

左键旋转,右键缩放,中键平移

camera.move

cesium.camera.on(){

  camera.flyto();

}

原文地址:https://www.cnblogs.com/2008nmj/p/15480541.html