From 7a1966fcaf11102e608d248532eb60eafb878b2c Mon Sep 17 00:00:00 2001 From: 少年 <1392120328@qq.com> Date: 星期二, 27 二月 2024 15:16:52 +0800 Subject: [PATCH] youhua --- src/components/sideMenu/directionMenu/directionPanel.vue | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/sideMenu/directionMenu/directionPanel.vue b/src/components/sideMenu/directionMenu/directionPanel.vue index 4dc65a4..efbc2e7 100644 --- a/src/components/sideMenu/directionMenu/directionPanel.vue +++ b/src/components/sideMenu/directionMenu/directionPanel.vue @@ -16,14 +16,14 @@ }, methods: { trueNorth() { - sgworld.Navigate.flyToPointsInterest({ - destination: Viewer.camera.position, - orientation: { - heading: 0, - pitch: Viewer.camera.pitch, - roll: 0, - }, - }); + // sgworld.Navigate.flyToPointsInterest({ + // destination: Viewer.camera.position, + // orientation: { + // heading: 0, + // pitch: Viewer.camera.pitch, + // roll: 0, + // }, + // }); }, }, }; -- Gitblit v1.9.3