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
In normal bevy afaict a child entity is affected by parent transforms regardless of whether it has a transform bundle itself or not. If it isn't present, it's as if the child had the default transforms.
Bevy Rapier seems to only respect the parent scale if the child has a transform bundle too.
To clarify, I think if the parent transform were ignored entirely this wouldn't be as much of an issue, it's the fact that the parent transform is only applied sometimes, due to seemingly unrelated changes to another entity, that this is an issue.
In normal bevy afaict a child entity is affected by parent transforms regardless of whether it has a transform bundle itself or not. If it isn't present, it's as if the child had the default transforms.
Bevy Rapier seems to only respect the parent scale if the child has a transform bundle too.
Here's a small example:
The text was updated successfully, but these errors were encountered: