-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't display correctly #5
Comments
i've just found out, that this bug also present in yours example. If you move any entity to 0 0 0 point, rotate and scale it, for example, like this:
|
I don't have time to look into this issue at the moment as I'm currently writing my master's thesis. One thing you could try is to add the objects in the same manner to the original basic shapes example. |
I just read your issue again and feel like I've experienced this bug in other contexts (i.e. without offscreen rendering), too. Is there any update from your side on this? Might be fixed in newer Qt versions. |
Tested on Qt 5.15.2 and the bug is still there. Some remarks:
|
I remember I had a similar issue somewhere else and the solution in the link you posted to add a |
I will prepare a PR. I think I have found a solution. |
Hi, i'm trying to run your code, just replace
MainWidget::MainWidget(QWidget *parent)
like this:And i get big green strip over the plane image:
It's doesn't work and with other rotations of plane. Can you help please? I've spent a lot of time and did't find what's wrong.
The text was updated successfully, but these errors were encountered: