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