大家都看过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