backFaceAlpha
A constant translucency to apply to back faces of the globe.
GlobeTranslucency.enabled must be set to true for this option to take effect.
// Set back face translucency to 0.5.
globe.translucency.backFaceAlpha = 0.5;
globe.translucency.enabled = true;
Content copied to clipboard