AltitudeDisplayCondition Constructor |
Name | Description | |
---|---|---|
![]() | AltitudeDisplayCondition() |
Initializes a default altitude display condition.
With this constructor, an object is always
rendered
regardless of the camera's altitude.
|
![]() | AltitudeDisplayCondition(Double, Double) |
Initializes an altitude display condition with the inclusive altitude interval
[minimumAltitude, maximumAltitude]. When this
display condition is assigned to an object, such as a
primitive,
the object is only
rendered
when the camera's altitude, relative to the CentralBody, is within the interval.
|
![]() | AltitudeDisplayCondition(CentralBody, Double, Double) |