-
Hi there, I have couple of questions related to the velocity, sorry if it is repeated, couldn't find any duplicates. Using bevy_rapier_2d.
|
Beta Was this translation helpful? Give feedback.
Answered by
sebcrozet
Jun 20, 2022
Replies: 1 comment
-
Hi!
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Stazis555
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
bevy_rapier2d
, all the user-facing lengths are expressed in pixels. So if you setpixels_per_meter(100.0)
, a velocity of200.0
means2
meters per second.