mirror of
https://github.com/openglobus/openglobus.git
synced 2025-12-08 19:25:27 +00:00
Incapsulate getBearingNorth into the Planet
This commit is contained in:
parent
9d0c7fb054
commit
961a899e01
@ -447,6 +447,10 @@ export class Planet extends RenderNode {
|
|||||||
return Quat.getLookRotation(t, n);
|
return Quat.getLookRotation(t, n);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
getBearingNorthRotationQuat(cartesian) {
|
||||||
|
return Planet.getBearingNorthRotationQuat(cartesian);
|
||||||
|
}
|
||||||
|
|
||||||
set atmosphereMaxOpacity(opacity) {
|
set atmosphereMaxOpacity(opacity) {
|
||||||
this._atmosphereMaxMinOpacity[0] = opacity;
|
this._atmosphereMaxMinOpacity[0] = opacity;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user