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, // }, // }); }, }, };