podsvirov / osgqtquick

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

Adding nodes over the map causes glitching. #17

Open dmitriano opened 7 years ago

dmitriano commented 7 years ago

I wrote a sample application that shows the Earth in two views, using the sample QML from tests/earth.qml and tests/multiview.qml. When I added some nodes from C++ (not QML) over the map, it started to glitch. If I rotate the Earth in a view so that the text label (annotation) becomes invisible, the Earth in other view becomes black, see video. See the link to the source code.

podsvirov commented 7 years ago

Hello @dmitriano, thanks for feedback, video and source. Unfortunately, I can not immediately answer the problem, and now I do not have time to solve this problem. I will try to return to this problem in my spare time.

dmitriano commented 7 years ago

Hello Konstantin! thank you for the answer, I will also try to investigate this by myself.