Incapsulate getBearingNorth into the Planet

This commit is contained in:
Zemledelec 2023-07-20 10:05:56 +04:00
parent 9d0c7fb054
commit 961a899e01

View File

@ -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;
}