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. Qt Quick and complex 3D scene
Qt 6.11 is out! See what's new in the release blog

Qt Quick and complex 3D scene

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 327 Views 2 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.
  • JanWJ Offline
    JanWJ Offline
    JanW
    wrote on last edited by
    #1

    Hi,

    I'm using qt quick to make a 3d application for desktops which works with a complex 3d scene (millions of triangles). I notice that when a model is loaded, my UI becomes sluggish.
    I'm basically following this example from the documentation to implement my renderview/renderer. The paint method of my renderer is connected to the beforeRendering signal of the qquickwindow . the beforeSynchronizing signal of the window is connected to the sync slot of the renderview to sync the renderer with objects to render.
    When I move my mouse through an open menu from the menubar, i notice that eg the highlighting runs behind (in comparison when no model is loaded). I assume that it is because the rendering of my scene takes some time and eats resources from the gui rendering. Is there a way around this effect?

    Jan

    Ps: in de paint method of the renderer, i just draw triangles, all buffers are inited and filled on beforehand.

    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