美文网首页
arcgis 构建场景漫游飞行

arcgis 构建场景漫游飞行

作者: haibalai | 来源:发表于2022-08-10 21:55 被阅读0次

    大家都看过cesium的场景漫游

    但是arcgis 场景漫游很少,我通过研究esri 的ExperienceBuilder 发现场景漫游挺好用的,通过改造能适配最新版本4.21

    初始化

    let controllerManager = new ControllerManager({

    sceneView: view,

    debug: false,

    callbacks: {

    onFly: null,

    onPause: null,

    onUpdateProgress: null

    }

    });

    controllerManager.useController({name: 'PATH', style: 'LINE'})

     更多参考 https://xiaozhuanlan.com/topic/3487621905

    相关文章

      网友评论

          本文标题:arcgis 构建场景漫游飞行

          本文链接:https://www.haomeiwen.com/subject/alitgrtx.html