Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document Bevy Transform interpolation #96

Open
Jondolf opened this issue Mar 17, 2024 · 0 comments
Open

Document Bevy Transform interpolation #96

Jondolf opened this issue Mar 17, 2024 · 0 comments
Labels
D-Medium Medium difficulty documentation Improvements or additions to documentation M-Bevy about bevy_rapier crate P-Medium Medium Priority S-not-started Work has not started on it

Comments

@Jondolf
Copy link
Contributor

Jondolf commented Mar 17, 2024

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.

@Vrixyz Vrixyz added documentation Improvements or additions to documentation S-not-started Work has not started on it P-Medium Medium Priority D-Medium Medium difficulty M-Bevy about bevy_rapier crate labels May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
D-Medium Medium difficulty documentation Improvements or additions to documentation M-Bevy about bevy_rapier crate P-Medium Medium Priority S-not-started Work has not started on it
Projects
None yet
Development

No branches or pull requests

2 participants