podsvirov / osgqtquick

Intergation OpenSceneGraph to Qt Quick
https://podsvirov.github.io/osgqtquick
MIT License
73 stars 32 forks source link

Rendering outside a View Glitches #23

Open vooidptr opened 6 years ago

vooidptr commented 6 years ago

Hello,

I try to embed a View in application with Quick Controls 2, but they are some glitches :

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.

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 :)