Skip to content
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

Boundary calculation when clipping is enabled ignores parent boundaries #426

Closed
wouterlucas opened this issue Nov 4, 2024 · 0 comments · Fixed by #423
Closed

Boundary calculation when clipping is enabled ignores parent boundaries #426

wouterlucas opened this issue Nov 4, 2024 · 0 comments · Fixed by #423

Comments

@wouterlucas
Copy link
Contributor

Issue:
When displaying a large grid of blocks an individual cell enables clipping for excess text
Individual cells boundaries are based off of the clipping area and ignore parent boundary status.

This causes the grid with cells to load all clipping enabled cells to load textures, ignoring boundaries.

With the test page:

grid

Expected texture usage:
grid_expected

Current result:
grid_actual

All textures of the cells are loaded, even though the majority of the cells are not within the visible area.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant