Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Does Qt 5.5's 3D 2.0 advanced 3d view classes support render thread be seperated from main gui thread?(in a new thread?)

Does Qt 5.5's 3D 2.0 advanced 3d view classes support render thread be seperated from main gui thread?(in a new thread?)

Scheduled Pinned Locked Moved General and Desktop
qt 5.5q3d
3 Posts 2 Posters 879 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.
  • G Offline
    G Offline
    Guher
    wrote on last edited by
    #1

    Hi,

    In Q3D 1.0 version, i used QGLView (currently Q3D 1,0 is deprecated and classes are changed), and had come up upon the following technical constraint of not being able to seperate rendering thread from main GUI thread and allocate a new rendering thread to QGLView(maybe it was possible, yet i could not established since QGLView does not inherit from QPaintDevice but all of the scenegraph nodes expect QPainter in their draw callbacks).
    Now the module is totally changed, and would like to query the following topic, for QT 5.5's Q3D 2.0 module, for advanced view classes available, is it possible to give the rendering task to other thread (seperate the rendering job from main QT UI thread) because, in some application scenarios, you might want to have 100% performing dynamic 2D ui on one side and include 3D view inside the application for whom's framerate is not expected to bother the main application's general responsiveness or features.

    For Qt 5.5's Q3D module, is it possible to have seperate thread or if not possible, would new classes provided to be able to move the rendering thread of advanced 3D 2.0's view classes to seperate thread?

    Thanks in advance
    Kind Regards

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

      Hi and welcome to devnet,

      That's a question you should rather bring to the interest mailing list You'll find there Qt's developers/maintainers (this forum use more user oriented)

      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
      • G Offline
        G Offline
        Guher
        wrote on last edited by
        #3

        Thank you very much for the correcting information,
        (After successful subscription, would post in the interest mailing list forum)
        Kind Regards

        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