<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: WorldScaleSceneView - Graphics smaller than real world property boundary in AR view in Swift Maps SDK Questions</title>
    <link>https://community.esri.com/t5/swift-maps-sdk-questions/worldscalesceneview-graphics-smaller-than-real/m-p/1699685#M689</link>
    <description>&lt;P&gt;One thing I'd like to confirm: when you set the basemap to translucent, say opacity = 0.5, does the basemap (and graphics) align with the real world well?&lt;/P&gt;&lt;P&gt;Generally speaking, world scale AR only&amp;nbsp; works well in close distance, as the vanishing point of the scene and the graphics might not be the same of the AR camera. Thus, if the graphics are quite far away from the device (say &amp;gt; 50m away), I can imagine that the graphics show up smaller than what the real world field patches.&lt;/P&gt;&lt;P&gt;I'll also check with our 3D folks to get a better understanding on this before I respond with more details…&lt;/P&gt;</description>
    <pubDate>Fri, 01 May 2026 23:27:01 GMT</pubDate>
    <dc:creator>Ting</dc:creator>
    <dc:date>2026-05-01T23:27:01Z</dc:date>
    <item>
      <title>WorldScaleSceneView - Graphics smaller than real world property boundary in AR view</title>
      <link>https://community.esri.com/t5/swift-maps-sdk-questions/worldscalesceneview-graphics-smaller-than-real/m-p/1699524#M688</link>
      <description>&lt;P class=""&gt;I am building an iOS app using ArcGIS Runtime SDK (UIKit) that shows property parcel boundaries in AR using WorldScaleSceneView.&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;Problem:&lt;/STRONG&gt; When basemap is visible, the graphic EXACTLY covers the property boundary on the basemap. But when I reduce the basemap opacity to 0, the graphic appears SMALLER than the actual real world property.&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;Property Details example sample data:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;Real world size: ~3 acres (~123m x 123m)&lt;/LI&gt;&lt;LI&gt;Coordinate system: WGS84 (WKID 4326)&lt;/LI&gt;&lt;LI&gt;Coordinates are correct (verified on basemap)&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;&lt;STRONG&gt;Sample Coordinates:&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;PRE&gt;&lt;SPAN&gt;rings: [&lt;/SPAN&gt;&lt;SPAN&gt;    [78.275931, 17.442276],&lt;/SPAN&gt;&lt;SPAN&gt;    [78.275931, 17.441165],&lt;/SPAN&gt;&lt;SPAN&gt;    [78.277095, 17.441165],&lt;/SPAN&gt;&lt;SPAN&gt;    [78.277095, 17.442276],&lt;/SPAN&gt;&lt;SPAN&gt;    [78.275931, 17.442276]&lt;/SPAN&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P class=""&gt;&lt;STRONG&gt;My Current Setup:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;// Scene setup&lt;BR /&gt;let scene = AGSScene(basemapStyle: .arcGISImageryStandard)&lt;BR /&gt;scene.addElevationSource()&lt;BR /&gt;scene.baseSurface?.opacity = 0&lt;BR /&gt;arView.locationDataSource = AGSCLLocationDataSource()&lt;BR /&gt;arView.translationFactor = 1&lt;/P&gt;&lt;P&gt;// Graphics overlay setup&lt;BR /&gt;boundariesGraphicsOverlay.sceneProperties =&lt;BR /&gt;AGSLayerSceneProperties(surfacePlacement: .drapedFlat)&lt;/P&gt;&lt;P&gt;// Symbol&lt;BR /&gt;AGSSimpleLineSymbol(&lt;BR /&gt;style: .solid,&lt;BR /&gt;color: UIColor(red: 1.0, green: 1.0, blue: 0.0, alpha: 1.0),&lt;BR /&gt;width: 5&lt;BR /&gt;)&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;What I Have Already Tried:&lt;/STRONG&gt;&lt;/P&gt;&lt;OL class=""&gt;&lt;LI&gt;Verified coordinates are in WGS84 &lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;Added elevation source &lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;Set translationFactor = 1 &lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;Set surfacePlacement = .drapedFlat &lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;Verified graphic fits basemap exactly &lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P class=""&gt;&lt;STRONG&gt;Questions:&lt;/STRONG&gt;&lt;/P&gt;&lt;OL class=""&gt;&lt;LI&gt;Why does the graphic appear smaller in real world compared to basemap?&lt;/LI&gt;&lt;LI&gt;Is there any additional configuration needed for WorldScaleSceneView to render graphics at true 1:1 real world scale?&lt;/LI&gt;&lt;LI&gt;Does translationFactor need to be calculated differently for property boundary&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 01 May 2026 05:03:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/swift-maps-sdk-questions/worldscalesceneview-graphics-smaller-than-real/m-p/1699524#M688</guid>
      <dc:creator>nvsraju0979</dc:creator>
      <dc:date>2026-05-01T05:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: WorldScaleSceneView - Graphics smaller than real world property boundary in AR view</title>
      <link>https://community.esri.com/t5/swift-maps-sdk-questions/worldscalesceneview-graphics-smaller-than-real/m-p/1699685#M689</link>
      <description>&lt;P&gt;One thing I'd like to confirm: when you set the basemap to translucent, say opacity = 0.5, does the basemap (and graphics) align with the real world well?&lt;/P&gt;&lt;P&gt;Generally speaking, world scale AR only&amp;nbsp; works well in close distance, as the vanishing point of the scene and the graphics might not be the same of the AR camera. Thus, if the graphics are quite far away from the device (say &amp;gt; 50m away), I can imagine that the graphics show up smaller than what the real world field patches.&lt;/P&gt;&lt;P&gt;I'll also check with our 3D folks to get a better understanding on this before I respond with more details…&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2026 23:27:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/swift-maps-sdk-questions/worldscalesceneview-graphics-smaller-than-real/m-p/1699685#M689</guid>
      <dc:creator>Ting</dc:creator>
      <dc:date>2026-05-01T23:27:01Z</dc:date>
    </item>
  </channel>
</rss>

