Add a character controller implementation

This commit is contained in:
Sébastien Crozet
2022-10-02 17:36:30 +02:00
parent a180232328
commit 36e85d0708
14 changed files with 1239 additions and 12 deletions

View File

@@ -49,7 +49,7 @@ vec_map = { version = "0.8", optional = true }
instant = { version = "0.1", features = [ "now" ], optional = true }
num-traits = "0.2"
nalgebra = "0.31"
parry2d-f64 = "0.9"
parry2d-f64 = "0.10"
simba = "0.7"
approx = "0.5"
rayon = { version = "1", optional = true }