<?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>idea Option to remove sun/shadow from SceneView globe in ArcGIS JavaScript Maps SDK Ideas</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-ideas/option-to-remove-sun-shadow-from-sceneview-globe/idi-p/1108903</link>
    <description>&lt;P&gt;Add the option to remove the sun/shadow effect for the virtual globe in a SceneView. The shadow negatively impacts viewing datapoints on a regional scale in the polar regions. Similar to comments here: &lt;A href="https://community.esri.com/t5/arcgis-api-for-javascript-questions/how-to-disable-sun/td-p/310501" target="_blank"&gt;https://community.esri.com/t5/arcgis-api-for-javascript-questions/how-to-disable-sun/td-p/310501&lt;/A&gt; but the user-provided workaround fails on an iPad, potentially other tablets as well.&lt;/P&gt;</description>
    <pubDate>Tue, 19 Oct 2021 16:33:20 GMT</pubDate>
    <dc:creator>ADClark</dc:creator>
    <dc:date>2021-10-19T16:33:20Z</dc:date>
    <item>
      <title>Option to remove sun/shadow from SceneView globe</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-ideas/option-to-remove-sun-shadow-from-sceneview-globe/idi-p/1108903</link>
      <description>&lt;P&gt;Add the option to remove the sun/shadow effect for the virtual globe in a SceneView. The shadow negatively impacts viewing datapoints on a regional scale in the polar regions. Similar to comments here: &lt;A href="https://community.esri.com/t5/arcgis-api-for-javascript-questions/how-to-disable-sun/td-p/310501" target="_blank"&gt;https://community.esri.com/t5/arcgis-api-for-javascript-questions/how-to-disable-sun/td-p/310501&lt;/A&gt; but the user-provided workaround fails on an iPad, potentially other tablets as well.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 16:33:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-ideas/option-to-remove-sun-shadow-from-sceneview-globe/idi-p/1108903</guid>
      <dc:creator>ADClark</dc:creator>
      <dc:date>2021-10-19T16:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Option to remove sun/shadow from SceneView globe</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-ideas/option-to-remove-sun-shadow-from-sceneview-globe/idc-p/1109123#M69</link>
      <description>&lt;DIV&gt;Thank you for your feedback, this requirement is on the top of our list and we plan to provide a solution in the near future.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;A supported workaround we recommend, is using&amp;nbsp;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;lighting.date&lt;/FONT&gt;&lt;/STRONG&gt; to change the season depending if you are looking at the northern or southern hemisphere. See the following Codepen as an example:&amp;nbsp;&lt;A href="https://codepen.io/arnofiva/pen/oNeLrLY" target="_blank" rel="noopener"&gt;https://codepen.io/arnofiva/pen/oNeLrLY&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;As pointed out in the linked conversation, there is a bug that essentially allows you to disable lighting completely:&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;new SceneView({
   /* ... */
   environment: {
     lighting: {
       date: new Date ('null')
     }
  }
});&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;We cannot provide support nor&amp;nbsp;do we recommend using this workaround as there is no guarantee that this will continue to work for future releases. However if your globe only shows draped layers and icons (no 3D symbology), it's a possible workaround until we provide a better solution. I use for example in this Codepen: &lt;A title="https://codepen.io/arnofiva/pen/1d0d0d501bb2bd6f6df361c0940b3403?editors=1010" href="https://codepen.io/arnofiva/pen/1d0d0d501bb2bd6f6df361c0940b3403?editors=1010" target="_blank" rel="noreferrer noopener"&gt;https://codepen.io/arnofiva/pen/1d0d0d501bb2bd6f6df361c0940b3403?editors=1010&lt;/A&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 20 Oct 2021 08:57:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-ideas/option-to-remove-sun-shadow-from-sceneview-globe/idc-p/1109123#M69</guid>
      <dc:creator>ArnoFiva</dc:creator>
      <dc:date>2021-10-20T08:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Option to remove sun/shadow from SceneView globe - Status changed to: Under Consideration</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-ideas/option-to-remove-sun-shadow-from-sceneview-globe/idc-p/1109506#M72</link>
      <description />
      <pubDate>Thu, 21 Oct 2021 00:05:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-ideas/option-to-remove-sun-shadow-from-sceneview-globe/idc-p/1109506#M72</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2021-10-21T00:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Option to remove sun/shadow from SceneView globe</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-ideas/option-to-remove-sun-shadow-from-sceneview-globe/idc-p/1159891#M137</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Happy to announce that you can&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;choose now between sun and virtual light for your scenes.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;With JS API 4.23 released last week,&amp;nbsp; we introduce a new lighting mode called "&lt;A title="VirtualLighting" href="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-environment-VirtualLighting.html" target="_blank" rel="noopener"&gt;VirtualLighting&lt;/A&gt;". This positions the light source relative to the camera, minimizing the amount of visible shadows. Assign it to &lt;A title="SceneView.environment.lighting" href="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#environment" target="_blank" rel="noopener"&gt;SceneView.environment.lighting&lt;/A&gt; as an alternative to the existing lighting.&lt;/P&gt;&lt;P&gt;Check out more about the virtual lighting and other new features in our release notes for &lt;A title="4.23" href="https://developers.arcgis.com/javascript/latest/release-notes/" target="_self"&gt;4.23&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 14:39:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-ideas/option-to-remove-sun-shadow-from-sceneview-globe/idc-p/1159891#M137</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2022-03-31T14:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Option to remove sun/shadow from SceneView globe - Status changed to: Implemented</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-ideas/option-to-remove-sun-shadow-from-sceneview-globe/idc-p/1207587#M164</link>
      <description />
      <pubDate>Tue, 30 Aug 2022 07:42:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-ideas/option-to-remove-sun-shadow-from-sceneview-globe/idc-p/1207587#M164</guid>
      <dc:creator>GreteSoosalu</dc:creator>
      <dc:date>2022-08-30T07:42:37Z</dc:date>
    </item>
  </channel>
</rss>

