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. Draw elements above Scene Graph

Draw elements above Scene Graph

Scheduled Pinned Locked Moved QML and Qt Quick
quickscenegraphopen
3 Posts 3 Posters 1.7k Views
  • 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.
  • P Offline
    P Offline
    Pheelbert
    wrote on last edited by
    #1

    Currently having trouble drawing qml elements above a scene graph. I have tried changing the z values of the scene graph itself and of the element I want drawn over with no success.

    Thank you for any help, and I can give more details if needed!

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

      Hi and welcome to devnet,

      Do you mean something like described in the OpenGL under QML example ?

      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
      • P Pheelbert

        Currently having trouble drawing qml elements above a scene graph. I have tried changing the z values of the scene graph itself and of the element I want drawn over with no success.

        Thank you for any help, and I can give more details if needed!

        p3c0P Offline
        p3c0P Offline
        p3c0
        Moderators
        wrote on last edited by
        #3

        Hi @Pheelbert,
        Make use of QQuickWindow::beforeRendering signal to draw the OpenGL stuff beneath QML scene.
        Have a look at this flow for more info, especially Pt. no. 8 and the example suggested by @SGaist.

        157

        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