option = {
backgroundColor: '#000',
globe: {
displacementScale: 0.04,
shading: 'realistic',
realisticMaterial: {
roughness: 0.9
},
postEffect: {
enable: true
},
light: {
main: {
intensity: 5,
shadow: true
},
ambientCubemap: {
diffuseIntensity: 0.2
}
}
}
};