type: 'scatter3D',
coordinateSystem: 'globe',
symbol: 'image://' + xxx.gif
实际效果gif图不会动 有什么比较好的处理方式么 图片数据大概1000个
配置项如下
option = {
backgroundColor: '#000',
globe: {
baseTexture: ROOT_PATH + 'data-gl/asset/earth.jpg',
heightTexture: ROOT_PATH + 'data-gl/asset/bathymetry_bw_composite_4k.jpg',
displacementScale: 0.1,
shading: 'lambert',
environment: ROOT_PATH + 'data-gl/asset/starfield.jpg',
light: {
ambient: {
intensity: 0.1
},
main: {
intensity: 1.5
}
},
layers: [{
type: 'blend',
blendTo: 'emission',
texture: ROOT_PATH + 'data-gl/asset/night.jpg'
}, {
type: 'overlay',
texture: ROOT_PATH + 'data-gl/asset/clouds.png',
shading: 'lambert',
distance: 5
}]
},
series: []
}