dimforge / rapier.rs

Official website for the Rapier physics engine.
https://rapier.rs
20 stars 49 forks source link

Document Bevy `Transform` interpolation #96

Open Jondolf opened 6 months ago

Jondolf commented 6 months ago

What problem does this solve or what need does it fill?

Related to #95.

The movement of rigid bodies in the Bevy plugin can be interpolated by using TimeStepMode::Interpolated and adding the TransformInterpolation component to a rigid body. However, this is not documented anywhere on the website.

What solution would you like?

Document transform interpolation, how it works, and the potential tradeoffs it has. This could be in the same section as #95.