idanarye / bevy-tnua

A floating character controller for Bevy
https://crates.io/crates/bevy-tnua
Apache License 2.0
214 stars 14 forks source link

Player in 3d example moves faster in diagonal directions #15

Closed rparrett closed 1 year ago

rparrett commented 1 year ago

I think the example should be using clamp_length_max for desired_velocity.

normalize_or_zero would technically work for the keyboard too, but might be a footgun for users adding gamepad support.