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