Skip to content

Create large enough atlas texture for decorations

David Edmundson requested to merge work/d_ed/decoration_bugfix into master

When we render individual component of a decoration into an atlas we ceil the positions for the individual component parts so they don't risk overlapping. See SceneOpenGLDecorationRenderer::render

This isn't done when we set the overall texture height. This can cause the bottommost part of the atlas (the right edge) to go out of view.

BUG: 453745

Edited by David Edmundson

Merge request reports