您当前的位置: 首页 >  ar

226Echarts - 3D 地球(Moon)

杨林伟 发布时间:2019-05-06 10:23:49 ,浏览量:3

效果图

在这里插入图片描述

源代码
option = {
    globe: {
        baseTexture: 'data-gl/asset/moon-base.jpg',
        heightTexture: 'data-gl/asset/moon-bump.jpg',

        displacementScale: 0.05,
        displacementQuality: 'medium',

        environment: 'data-gl/asset/starfield.jpg',

        shading: 'realistic',
        realisticMaterial: {
            roughness: 0.8,
            metalness: 0
        },

        postEffect: {
            enable: true,
            SSAO: {
                enable: true,
                radius: 2,
                intensity: 1,
                quality: 'high'
            }
        },
        temporalSuperSampling: {
            enable: true
        },
        light: {
            ambient: {
                intensity: 0
            },
            main: {
                intensity: 2,
                shadow: true
            },
            ambientCubemap: {
                texture: 'data-gl/asset/pisa.hdr',
                exposure: 0,
                diffuseIntensity: 0.02
            }
        },
        viewControl: {
            autoRotate: false
        }
    },
    series: []
};
关注
打赏
1688896170
查看更多评论

杨林伟

暂无认证

  • 3浏览

    0关注

    3183博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文
立即登录/注册

微信扫码登录

0.2989s