diff --git a/src/og/scene/Planet.js b/src/og/scene/Planet.js index 0ec1372f..1a1279de 100644 --- a/src/og/scene/Planet.js +++ b/src/og/scene/Planet.js @@ -447,6 +447,10 @@ export class Planet extends RenderNode { return Quat.getLookRotation(t, n); } + getBearingNorthRotationQuat(cartesian) { + return Planet.getBearingNorthRotationQuat(cartesian); + } + set atmosphereMaxOpacity(opacity) { this._atmosphereMaxMinOpacity[0] = opacity; }