refactor: Interpolation/Prediction using bevy_math curves
Opened this issue · 2 comments
Nul-led commented
refactor: Interpolation/Prediction using bevy_math curves
BrainBacon commented
Curious for this request, and interpolation in general - how should we interact with Avain's new interpolation feature when using it for physics?
cBournhonesque commented
I think you should either use lightyear's VisualInterpolation
or avian's TransformInterpolation
, but not both at the same time.
They should give you the same result