<?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 AGSSceneView - transparent background in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agssceneview-transparent-background/m-p/206190#M1888</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AGSSceneView -&amp;nbsp;is it possible to set fully transparent? AGSMapView has a backgroundgrid property, is there anything similar for&amp;nbsp;&lt;SPAN&gt;AGSSceneView? thx&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Mar 2017 18:24:35 GMT</pubDate>
    <dc:creator>BrianFlood1</dc:creator>
    <dc:date>2017-03-29T18:24:35Z</dc:date>
    <item>
      <title>AGSSceneView - transparent background</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agssceneview-transparent-background/m-p/206190#M1888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AGSSceneView -&amp;nbsp;is it possible to set fully transparent? AGSMapView has a backgroundgrid property, is there anything similar for&amp;nbsp;&lt;SPAN&gt;AGSSceneView? thx&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 18:24:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agssceneview-transparent-background/m-p/206190#M1888</guid>
      <dc:creator>BrianFlood1</dc:creator>
      <dc:date>2017-03-29T18:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: AGSSceneView - transparent background</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agssceneview-transparent-background/m-p/206191#M1889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We will introduce the capability to set a background grid in the next release, but you won't be able to make the whole view transparent. The background grid in the context of a sceneview only applies to the planet - if you make it transparent then you will see the stars on the other side. It won't make the UIView underneath the sceneview visible&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Mar 2017 21:09:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agssceneview-transparent-background/m-p/206191#M1889</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2017-03-31T21:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: AGSSceneView - transparent background</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agssceneview-transparent-background/m-p/206192#M1890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks, that makes sense. can you think of anyway to make&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;UIView underneath the sceneview visible?&amp;nbsp;maybe if&amp;nbsp;AGSAtmosphereEffectNone is set,&amp;nbsp;it allows you set a background color or leaves it transparent&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;I'd like to overlay the sceneview on the live camera and control the viewpoint&amp;nbsp;via device orientation, I think this would make for a simple but effective&amp;nbsp;AR viewer&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2017 15:25:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agssceneview-transparent-background/m-p/206192#M1890</guid>
      <dc:creator>BrianFlood1</dc:creator>
      <dc:date>2017-04-03T15:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: AGSSceneView - transparent background</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agssceneview-transparent-background/m-p/206193#M1891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look at this GitHub repo: &amp;nbsp;&lt;A class="link-titled" href="https://github.com/mhdostal/HeyWhatsThat" title="https://github.com/mhdostal/HeyWhatsThat"&gt;GitHub - mhdostal/HeyWhatsThat: This is an Augmented Reality (AR) app that aims to answer the question, "Hey, what's tha…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is an iOS project, using the ArcGIS RuntimeSDK for iOS, which does what you talk about: &amp;nbsp;overlay a scene view on a live camera and uses the device to control the viewpoint orientation. &amp;nbsp;It was part of a project for the "Esri Runtime Quartz Hack", detailed here: &amp;nbsp;&lt;A class="link-titled" href="https://devpost.com/software/hey-what-s-that" title="https://devpost.com/software/hey-what-s-that"&gt;Hey, what's that? | Devpost&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Making the UIView underneath the scene view visible is accomplished by setting the alpha value of the scene view to "0.025", via the "View" panel in Interface Builder in the Storyboard containing the scene view. &amp;nbsp;This has&amp;nbsp;the effect of making the scene view totally transparent (or near enough), so you only see the camera image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 21:11:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agssceneview-transparent-background/m-p/206193#M1891</guid>
      <dc:creator>MarkDostal</dc:creator>
      <dc:date>2017-04-05T21:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: AGSSceneView - transparent background</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agssceneview-transparent-background/m-p/206194#M1892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We do plan to allow you to turn off the space/stars around the planet in a future release for the scenario you describe, but I cannot provide a definite timeline for it yet. In the mean while, look at Mark's &amp;nbsp;suggestion about making the whole view transparent - that could work as long as you don't want to display&amp;nbsp;graphics or features in the scene on top of the feed.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 22:39:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agssceneview-transparent-background/m-p/206194#M1892</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2017-04-06T22:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: AGSSceneView - transparent background</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agssceneview-transparent-background/m-p/206195#M1893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Mark and Divesh. displaying the scene data on top of the camera feed is&amp;nbsp;required so I'll wait for a future release&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2017 16:18:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agssceneview-transparent-background/m-p/206195#M1893</guid>
      <dc:creator>BrianFlood1</dc:creator>
      <dc:date>2017-04-10T16:18:58Z</dc:date>
    </item>
  </channel>
</rss>

