北京经济技术开发区经开区虚拟城市项目-【前端】-移动端Web
少年
2024-02-27 7a1966fcaf11102e608d248532eb60eafb878b2c
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,
      //   },
      // });
    },
  },
};