Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Scene3D Cpu load

Scene3D Cpu load

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
4 Posts 2 Posters 1.4k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    Cupras
    wrote on last edited by
    #1

    Hello,

    I use Scene3D in a simple Qml application under Windows

    Scene3D {
    anchors.fill: parent
    }

    Even with the above example, which doesn't do anything, the Cpu load is ~20% and the Gpu load ~50% even if i set the enable and visible flag to false.

    Is there a way to stop the rendering completely?

    Thank you

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      What version of Qt are you using ? The more recent versions (5.9.4, 5.10) have seen many performance optimisations so you should consider using them.

      You should also add which version of Windows you are using as well as your graphic hardware.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • C Offline
        C Offline
        Cupras
        wrote on last edited by Cupras
        #3

        Im using Qt 5.10 on Windows 10 (newest Update).
        Hardware: Dell Venue Tablet Intel Core M-5Y10c CPU.

        But it happens on alle computers i've tested.

        1 Reply Last reply
        0
        • C Offline
          C Offline
          Cupras
          wrote on last edited by
          #4

          Is nobody facing the same issue?

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved