bevy_xpbd icon indicating copy to clipboard operation
bevy_xpbd copied to clipboard

Support `Transform` interpolation

Open janhohenheim opened this issue 1 year ago • 1 comments

  • Should probably implement #263 first
  • Closely related to https://github.com/bevyengine/bevy/issues/1259
  • Take note of the fact that GlobalTransform is currently not updated between FixedUpdate calls: 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

janhohenheim avatar Jul 17 '24 15:07 janhohenheim