blob: e3499f5e8e8aa63d014e7606d11324965e11b98c [file] [log] [blame]
/*
title: Globe with Atmosphere
category: globe
titleCN: 大气层显示
*/
option = {
backgroundColor: '#000',
globe: {
baseTexture: ROOT_PATH + '/data-gl/asset/earth.jpg',
shading: 'lambert',
environment: ROOT_PATH + '/data-gl/asset/starfield.jpg',
atmosphere: {
show: true
},
light: {
ambient: {
intensity: 0.1
},
main: {
intensity: 1.5
}
}
},
series: []
};