bevy_xpbd
bevy_xpbd copied to clipboard
Support `Transform` interpolation
- Should probably implement #263 first
- Closely related to https://github.com/bevyengine/bevy/issues/1259
- Take note of the fact that
GlobalTransformis currently not updated betweenFixedUpdatecalls: https://github.com/bevyengine/bevy/issues/7836- Should not be that important since it's a visual component and should be updated during the visual part of the frame