You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What problem does this solve or what need does it fill?
Transforms are commonly used by almost all users of Bevy, including beginners. They have some unintuitive and undocumented behavior however, especially regarding Transform vs. GlobalTransform and how all this relates to parent-child object hierarachies.
Safer, clearer API. This is hard to do without losing performance, see #1460.
Additional context
Other approaches to solve this confusion was discussed at length in #1460, and better documentation was proposed as a good stopgap until a clear improvement is reached.
The text was updated successfully, but these errors were encountered:
What problem does this solve or what need does it fill?
Transforms are commonly used by almost all users of Bevy, including beginners. They have some unintuitive and undocumented behavior however, especially regarding Transform vs. GlobalTransform and how all this relates to parent-child object hierarachies.
What solution would you like?
Clearly document:
Transform
andGlobalTransform
are.Changed
in the transform hierarchy updater.What alternative(s) have you considered?
Safer, clearer API. This is hard to do without losing performance, see #1460.
Additional context
Other approaches to solve this confusion was discussed at length in #1460, and better documentation was proposed as a good stopgap until a clear improvement is reached.
The text was updated successfully, but these errors were encountered: