This commit is contained in:
David Tsay 2023-02-10 07:30:07 -08:00
parent 2aa757c6b7
commit 622e6044a4

View File

@ -75,7 +75,7 @@ export default {
normalizedCameraAzimuth() { normalizedCameraAzimuth() {
return this.hasGimble return this.hasGimble
? rotate(this.cameraAzimuth) ? rotate(this.cameraAzimuth)
: rotate(this.heading, -(this.transformations.rotation || 0)); : rotate(this.heading, -this.transformations.rotation || 0);
}, },
// horizontal rotation from north in degrees // horizontal rotation from north in degrees
heading() { heading() {