[marble] [Bug 453332] Crash on Panning with Equirectangular Projection
Torsten Rahn
bugzilla_noreply at kde.org
Sat Apr 22 19:11:26 BST 2023
https://bugs.kde.org/show_bug.cgi?id=453332
--- Comment #2 from Torsten Rahn <rahn at kde.org> ---
Hm, I haven't been able to trigger this when choosing "HighQuality" rendering
during Animations (See Settings) - this uses void
ScanlineTextureMapperContext::pixelValueApproxF instead of void
ScanlineTextureMapperContext::pixelValueApprox.
So I guess that this happens due to a rounding error which calculates the
position to be outside the "last/first" tile in a column.
Since nextTile() will still "stay" on the same tile we will reach out of
bounds.
The safe and lazy solution would be to correct the Y value to be still within
the bounds.
I wonder whether this issue could also be triggered for the x-case
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Marble-bugs
mailing list