Skip to content

Velocity questions #200

Answered by sebcrozet
Stazis555 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi!

  1. With bevy_rapier2d, all the user-facing lengths are expressed in pixels. So if you set pixels_per_meter(100.0), a velocity of 200.0 means 2 meters per second.
  2. You don’t have to multiply the velocity by the delta-time. The integration will deal with it for you.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Stazis555
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants