dimforge / rapier.js

Official JavaScript bindings for the Rapier physics engine.
https://rapier.rs
Apache License 2.0
435 stars 58 forks source link

compute_aabb? #251

Open haynesgt opened 9 months ago

haynesgt commented 9 months ago

I'd think compute_aabb in Collider / Shape would be useful for things like path-finding. It exists in rapier but not rapier.js. Can it be added here?