Open vooidptr opened 6 years ago
Hello,
I try to embed a View in application with Quick Controls 2, but they are some glitches :
View
Quick Controls 2
ApplicationWindow
You can find the minimal example I use in video here
I tried to change the QSG_RENDER_LOOP both to threaded and basic but same results happened.
QSG_RENDER_LOOP
threaded
basic
May be the rendering process has some difficulties to sync Qt rendering loop with osg rendering loop ? I use Qt 5.9 on Windows 10.
Thanks :)
Hello,
I try to embed a
View
in application withQuick Controls 2
, but they are some glitches :ApplicationWindow
rendering fails : it has black background (and I cannot change it)You can find the minimal example I use in video here
I tried to change the
QSG_RENDER_LOOP
both tothreaded
andbasic
but same results happened.May be the rendering process has some difficulties to sync Qt rendering loop with osg rendering loop ? I use Qt 5.9 on Windows 10.
Thanks :)