-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
testqgs3drendering: Add a test for shadows effect #58111
Conversation
Tests failed for Qt 5One or more tests failed using the build from commit 9e61000 shadow_effect (testShadowEffect)shadow_effectTest failed at testShadowEffect at tests/src/3d/testqgs3drendering.cpp:1575 Rendered image did not match tests/testdata/control_images/3d/expected_shadow_effect/expected_shadow_effect.png (found 4170 pixels different) The full test report (included comparison of rendered vs expected images) can be found here. Further documentation on the QGIS test infrastructure can be found in the Developer's Guide. |
Tests failed for Qt 6One or more tests failed using the build from commit 9e61000 shadow_effect (testShadowEffect)shadow_effectTest failed at testShadowEffect at tests/src/3d/testqgs3drendering.cpp:1575 Rendered image did not match tests/testdata/control_images/3d/expected_shadow_effect/expected_shadow_effect.png (found 244768 pixels different) The full test report (included comparison of rendered vs expected images) can be found here. Further documentation on the QGIS test infrastructure can be found in the Developer's Guide. |
delete mapSettings; | ||
delete scene; | ||
|
||
QGSVERIFYIMAGECHECK( "shadow_effect", "shadow_effect", img, QString(), 40, QSize( 0, 0 ), 2 ); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd suggest using a solid color terrain here if possible -- it'd make it easier to see exactly what the test is checking
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I only opened this PR to check if the shadows effect works in qt6. I can't make it work locally and it doesn't work on the ci too. The shadows are not visible.
The QGIS project highly values your contribution and would love to see this work merged! Unfortunately this PR has not had any activity in the last 14 days and is being automatically marked as "stale". If you think this pull request should be merged, please check
|
The QGIS project highly values your contribution and would love to see this work merged! Unfortunately this PR has not had any activity in the last 14 days and is being automatically marked as "stale". If you think this pull request should be merged, please check
|
The QGIS project highly values your contribution and would love to see this work merged! Unfortunately this PR has not had any activity in the last 14 days and is being automatically marked as "stale". If you think this pull request should be merged, please check
|
The QGIS project highly values your contribution and would love to see this work merged! Unfortunately this PR has not had any activity in the last 14 days and is being automatically marked as "stale". If you think this pull request should be merged, please check
|
@ptitjano what's the status here? is this still a draft? if so, can we close till it's ready please? |
The shadows effect does not work in qt6. I tried to understand why but It looks like a very complicated issue. So, yes, let's close it at the moment. |
No description provided.