GlobeTranslucency

external class GlobeTranslucency(source)

Properties for controlling globe translucency.

See also

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

A constant translucency to apply to back faces of the globe.

Link copied to clipboard

Gets or sets near and far translucency properties of back faces of the globe based on the distance to the camera. The translucency will interpolate between the NearFarScalar.nearValue and NearFarScalar.farValue while the camera distance falls within the lower and upper bounds of the specified NearFarScalar.near and NearFarScalar.far. Outside of these ranges the translucency remains clamped to the nearest bound. If undefined, backFaceAlphaByDistance will be disabled.

Link copied to clipboard

When true, the globe is rendered as a translucent surface.

Link copied to clipboard

A constant translucency to apply to front faces of the globe.

Link copied to clipboard

Gets or sets near and far translucency properties of front faces of the globe based on the distance to the camera. The translucency will interpolate between the NearFarScalar.nearValue and NearFarScalar.farValue while the camera distance falls within the lower and upper bounds of the specified NearFarScalar.near and NearFarScalar.far. Outside of these ranges the translucency remains clamped to the nearest bound. If undefined, frontFaceAlphaByDistance will be disabled.

Link copied to clipboard

A property specifying a Rectangle used to limit translucency to a cartographic area. Defaults to the maximum extent of cartographic coordinates.