222Echarts - 3D 地球(Globe Displacement)

简介: 222Echarts - 3D 地球(Globe Displacement)
效果图

源代码
option = {
    globe: {
        displacementTexture: 'data-gl/asset/bathymetry_bw_composite_4k.jpg',
        displacementScale: 0.1,
        displacementQuality: 'ultra',
        shading: 'realistic',
        realisticMaterial: {
            roughness: 0.8,
            metalness: 0
        },
        postEffect: {
            enable: true,
            SSAO: {
                enable: true,
                radius: 2,
                intensity: 1.5,
                quality: 'high'
            }
        },
        temporalSuperSampling: {
            enable: true
        },
        light: {
            ambient: {
                intensity: 0
            },
            main: {
                intensity: 1,
                shadow: true
            },
            ambientCubemap: {
                texture: 'data-gl/asset/pisa.hdr',
                exposure: 1,
                diffuseIntensity: 0.2
            }
        },
        viewControl: {
            autoRotate: false
        },
        debug: {
            wireframe: {
                show: true
            }
        }
    },
    series: []
};
目录
相关文章
263Echarts - 3D 折线图(三维折线图正交投影)
263Echarts - 3D 折线图(三维折线图正交投影)
147 0
|
6月前
|
数据可视化 JavaScript 前端开发
使用 ECharts 绘制3D饼图,立体效果华丽渲染!
使用 ECharts 绘制3D饼图,立体效果华丽渲染!
|
7月前
|
JSON 程序员 定位技术
使用echarts+echarts-gl绘制3d地图,实现地图轮播效果
记录一下大屏开发中使用到的echarts-gl 大屏的页面根据需求前前后后改了几个版本了,地图的样式也改了又改 这里记录一下,因为echarts属性用到的比较多也比较杂,防止以后需要用到忘记了
|
定位技术
257Echarts - 3D 地图(Buildings)
257Echarts - 3D 地图(Buildings)
72 1
251Echarts - 3D 曲面(Breather)
251Echarts - 3D 曲面(Breather)
52 0
262Echarts - 3D 路径图(Flights on Geo3D)
262Echarts - 3D 路径图(Flights on Geo3D)
94 0
261Echarts - 3D 路径图(Flights GL)
261Echarts - 3D 路径图(Flights GL)
78 0
260Echarts - 3D 路径图(Flights)
260Echarts - 3D 路径图(Flights)
64 0
259Echarts - 3D 路径图(Airline on Globe)
259Echarts - 3D 路径图(Airline on Globe)
50 0
|
定位技术
258Echarts - 3D 地图(Wood City)
258Echarts - 3D 地图(Wood City)
118 0

热门文章

最新文章