<?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: Moving through a sphere symbol in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/moving-through-a-sphere-symbol/m-p/219203#M2617</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;A href="https://community.esri.com/migrated-users/316191"&gt;Kimberly McCarty&lt;/A&gt;‌, I will add the information directly in the Bug Report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 May 2019 06:09:01 GMT</pubDate>
    <dc:creator>MaximilianGlas</dc:creator>
    <dc:date>2019-05-10T06:09:01Z</dc:date>
    <item>
      <title>Moving through a sphere symbol</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/moving-through-a-sphere-symbol/m-p/219201#M2615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we use a 3D Scene in our Runtime application and part of this is to visualize big hemispheres on ground with a diameter of a few kilometers.&lt;/P&gt;&lt;P&gt;We recognized a problem when moving on the map with mouse and scrollwheel.&lt;/P&gt;&lt;P&gt;When you want to move through the surface of the hemisphere to the ground, it seems that you hang up on the surface. It lasts many wheel movements until the movement auf the map continues. It feels, like you stick on the surface of the hemisphere and have to fight very hard to continue moving.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made a video with a sphere symbol showing, what I mean (actually a problem occurs with the video service, I will upload it again later on):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="lia-vid-container video-embed-center"&gt;&lt;DIV id="lia-vid-6162653870001w320h240r746" class="lia-video-brightcove-player-container"&gt;&lt;VIDEO-JS data-video-id="6162653870001" data-account="6161463677001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/VIDEO-JS&gt;&lt;/DIV&gt;&lt;SCRIPT src="https://players.brightcove.net/6161463677001/default_default/index.min.js"&gt;&lt;/SCRIPT&gt;&lt;A class="video-embed-link" href="https://community.esri.com/t5/video/gallerypage/video-id/6162653870001" target="_blank"&gt;(view in My Videos)&lt;/A&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;SimpleMarkerSceneSymbol simpleMarkerSceneSymbol &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;SimpleMarkerSceneSymbol&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
    Style &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; SimpleMarkerSceneSymbolStyle&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Sphere&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    Color &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; Color&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;FromArgb&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;50&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;255&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;255&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    Height &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;90000&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    Width &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;90000&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    Depth &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;90000&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    AnchorPosition &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; SceneSymbolAnchorPosition&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Bottom
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks as if the movement is oriented to the surface of objects. In the case of hemispheres, however, this is not desired.&lt;BR /&gt;Can I change this for certain objects?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 10:41:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/moving-through-a-sphere-symbol/m-p/219201#M2615</guid>
      <dc:creator>MaximilianGlas</dc:creator>
      <dc:date>2021-12-11T10:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Moving through a sphere symbol</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/moving-through-a-sphere-symbol/m-p/219202#M2616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/9885"&gt;Maximilian Glas&lt;/A&gt;, I was able to reproduce the issue and have logged the following bug for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BUG-000122291:&amp;nbsp;Using the ArcGIS Runtime SDK, the SceneView hangs up on the surface of 3D objects when trying to zoom in through them using the mouse/scroll wheel.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you let me know your customer number I can have a case opened for you so we can attach your organization to the bug so that you can track it in My Esri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2019 22:33:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/moving-through-a-sphere-symbol/m-p/219202#M2616</guid>
      <dc:creator>KimberlySaballett</dc:creator>
      <dc:date>2019-05-09T22:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: Moving through a sphere symbol</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/moving-through-a-sphere-symbol/m-p/219203#M2617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;A href="https://community.esri.com/migrated-users/316191"&gt;Kimberly McCarty&lt;/A&gt;‌, I will add the information directly in the Bug Report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 May 2019 06:09:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/moving-through-a-sphere-symbol/m-p/219203#M2617</guid>
      <dc:creator>MaximilianGlas</dc:creator>
      <dc:date>2019-05-10T06:09:01Z</dc:date>
    </item>
  </channel>
</rss>

