最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

augmented reality - How to scale the scene map to 1:1 world scale mode in ArcGIS iOS? - Stack Overflow

programmeradmin4浏览0评论

I am using ArcGIS Runtime SDK for iOS to display a scene in an AGSSceneView. I want to scale the scene map to a 1:1 world scale mode, ensuring that boundary linesappear at their real-world dimensions when viewed through AR.

let sceneView = AGSSceneView()

let scene = AGSScene(basemap: .imagery())

sceneView.scene = scene

I have tried adjusting the translationFactor and modifying cameraController, but I am not getting the expected results.

What is the correct way to ensure that the scene map is scaled properly to match real-world dimensions in ArcGIS for iOS?

Any guidance or sample code would be appreciated.

发布评论

评论列表(0)

  1. 暂无评论