[fixed] OpenGL under QML text is distorted
QML and Qt Quick
2
Posts
1
Posters
829
Views
1
Watching
-
Hi,
I am working on a Qt OpenGL engine under QML but I have some problems when placing text inside QML over the OpenGL view. The paint function is triggered by the beforeRendering() function of the QtQuickWindow as in the OpenGL under QML demo. Here is an image of my problem:
!https://dl.dropboxusercontent.com/u/50861330/engine.png(engine)!Any ideas what could be the problem?