Click or drag to resize

AltitudeDisplayCondition Constructor

Overload List
  NameDescription
Public methodAltitudeDisplayCondition
Initializes a default altitude display condition. With this constructor, an object is always rendered regardless of the camera's altitude.
Public methodAltitudeDisplayCondition(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.
Public methodAltitudeDisplayCondition(CentralBody, 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.
Top
See Also