Draw elements above Scene Graph
-
-
Hi and welcome to devnet,
Do you mean something like described in the OpenGL under QML example ?
-
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.