<?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: Performance Decrease on Fullscreen in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/performance-decrease-on-fullscreen/m-p/417653#M2106</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James, thanks for the answer! I ended up starting my main program in full-screen from the code and did some code removal and it&amp;nbsp;seems faster now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The lag on the tutorial application&amp;nbsp;was mostly due to scene getting loaded. Although it does slightly feel laggy in higher resolution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 May 2019 20:34:48 GMT</pubDate>
    <dc:creator>SelimOzel</dc:creator>
    <dc:date>2019-05-28T20:34:48Z</dc:date>
    <item>
      <title>Performance Decrease on Fullscreen</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/performance-decrease-on-fullscreen/m-p/417649#M2102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working with QT/C++ SDK on a project. Recently I realized that there is a performance drop on the 3D world when app enters fullscreen. I also opened some example codes, one of them being /Scenes/ChooseCameraController/, and the performance decreases persists. Is this normal? Are there any tunings I can make to adjust&amp;nbsp; the performance?&lt;BR /&gt;&lt;BR /&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2019 15:49:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/performance-decrease-on-fullscreen/m-p/417649#M2102</guid>
      <dc:creator>SelimOzel</dc:creator>
      <dc:date>2019-05-21T15:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Decrease on Fullscreen</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/performance-decrease-on-fullscreen/m-p/417650#M2103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/361353"&gt;Selim Ozel&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Thanks for reaching out the team about this problem. Can you provide some more details?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What kind of performance issues are you seeing? Is it just panning and zooming the SceneView? Does the frame rate drop (stuttering)? Is it the speed at which the basemap is drawing? What platform(s) are you seeing this with?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide the version you're testing with as well. Our latest released version is 100.5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2019 18:31:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/performance-decrease-on-fullscreen/m-p/417650#M2103</guid>
      <dc:creator>JamesBallard1</dc:creator>
      <dc:date>2019-05-21T18:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Decrease on Fullscreen</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/performance-decrease-on-fullscreen/m-p/417651#M2104</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;It's frame drop while panning and zooming the SceneView. It's very smooth in the Window mode but&amp;nbsp;starts to&amp;nbsp;stutter when put into full screen mode. I experience a similar behavior in my main application too. Just wondering if there are any software optimizations I could do. For example, can I decrease stutter by decreasing screen resolution (or give users the option to adjust resolution?).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basemap draw speed is roughly the same on fullscreen and window modes, I have no issues with that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My system is a Dell laptop running Windows 10 on Intel i7 CPU, NVidia GeForce GTX 1050. My SDK version is 100.5.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2019 23:27:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/performance-decrease-on-fullscreen/m-p/417651#M2104</guid>
      <dc:creator>SelimOzel</dc:creator>
      <dc:date>2019-05-21T23:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Decrease on Fullscreen</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/performance-decrease-on-fullscreen/m-p/417652#M2105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A href="https://community.esri.com/migrated-users/361353"&gt;Selim Ozel&lt;/A&gt;‌ for the extra information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;I've tried a few 3D samples on my Windows desktop machine and I didn't see any frame rate or interaction sluggishness with 100.5 using the SDK Qml sample app.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share your screen resolution? Mine is 1920 x 1080. I'm wondering if a very high resolution could be what's causing the difference here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2019 18:23:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/performance-decrease-on-fullscreen/m-p/417652#M2105</guid>
      <dc:creator>JamesBallard1</dc:creator>
      <dc:date>2019-05-22T18:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Decrease on Fullscreen</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/performance-decrease-on-fullscreen/m-p/417653#M2106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James, thanks for the answer! I ended up starting my main program in full-screen from the code and did some code removal and it&amp;nbsp;seems faster now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The lag on the tutorial application&amp;nbsp;was mostly due to scene getting loaded. Although it does slightly feel laggy in higher resolution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2019 20:34:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/performance-decrease-on-fullscreen/m-p/417653#M2106</guid>
      <dc:creator>SelimOzel</dc:creator>
      <dc:date>2019-05-28T20:34:48Z</dc:date>
    </item>
  </channel>
</rss>

