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

Transform propagation ignoring earlier branches #18255

Open
ickshonpe opened this issue Mar 11, 2025 · 1 comment
Open

Transform propagation ignoring earlier branches #18255

ickshonpe opened this issue Mar 11, 2025 · 1 comment
Labels
A-Transform Translations, rotations and scales C-Bug An unexpected or incorrect behavior P-High This is particularly urgent, and deserves immediate attention S-Needs-Investigation This issue requires detective work to figure out what's going wrong
Milestone

Comments

@ickshonpe
Copy link
Contributor

ickshonpe commented Mar 11, 2025

Bevy version

main

What you did

cargo run --example overflow

Looks fine:

Image

Now resize the window horizontally:

Image

What went wrong

The global transforms for the text nodes aren't updated.

Additional Info

Bisected to #18093 Transform Propagation Optimization: Static Subtree Marking

The descendants of the earlier branches are being skipped during transform propagation when there are multiple branches.

@ickshonpe ickshonpe added C-Bug An unexpected or incorrect behavior S-Needs-Triage This issue needs to be labelled A-Transform Translations, rotations and scales S-Needs-Investigation This issue requires detective work to figure out what's going wrong P-High This is particularly urgent, and deserves immediate attention and removed S-Needs-Triage This issue needs to be labelled labels Mar 11, 2025
@ickshonpe
Copy link
Contributor Author

@aevyrie

@cart cart added this to the 0.16 milestone Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Transform Translations, rotations and scales C-Bug An unexpected or incorrect behavior P-High This is particularly urgent, and deserves immediate attention S-Needs-Investigation This issue requires detective work to figure out what's going wrong
Projects
None yet
Development

No branches or pull requests

2 participants