From 0c111f5fa258c3bdcbb7d43257f80e265d7710b8 Mon Sep 17 00:00:00 2001 From: David Tsay Date: Thu, 9 Feb 2023 16:39:44 -0800 Subject: [PATCH] enable hud for non-gimbling cameras --- .../imagery/components/Compass/Compass.vue | 14 ++++++++++++++ .../imagery/components/Compass/CompassHUD.vue | 15 +++++++++++++-- .../imagery/components/Compass/CompassRose.vue | 17 ++++++++--------- 3 files changed, 35 insertions(+), 11 deletions(-) diff --git a/src/plugins/imagery/components/Compass/Compass.vue b/src/plugins/imagery/components/Compass/Compass.vue index 5a171a3929..de40fae2dd 100644 --- a/src/plugins/imagery/components/Compass/Compass.vue +++ b/src/plugins/imagery/components/Compass/Compass.vue @@ -30,6 +30,8 @@ :heading="heading" :camera-azimuth="cameraAzimuth" :transformations="transformations" + :has-gimble="hasGimble" + :normalized-camera-azimuth="normalizedCameraAzimuth" :sun-heading="sunHeading" /> @@ -46,6 +50,7 @@