You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
我的代码如下var heading = viewer.camera.heading;; var pitch = viewer.camera.pitch; var range = 30000.0; viewer.camera.lookAt(center, new Cesium.HeadingPitchRange(heading, pitch, range)); camera.rotateLeft(0.01);
但是好像一直在绕极点进行旋转?
我想要的就右鼠标右键那样可以一直绕着转。谢谢你,希望你的回答。
The text was updated successfully, but these errors were encountered:
我的代码如下
var heading = viewer.camera.heading;; var pitch = viewer.camera.pitch; var range = 30000.0; viewer.camera.lookAt(center, new Cesium.HeadingPitchRange(heading, pitch, range)); camera.rotateLeft(0.01);
但是好像一直在绕极点进行旋转?
我想要的就右鼠标右键那样可以一直绕着转。谢谢你,希望你的回答。
The text was updated successfully, but these errors were encountered: