Open
Description
On the JS docs on colliders (https://rapier.rs/docs/user_guides/javascript/colliders), this link doesn't lead anywhere:
It points to this anchor which doesn't seem to exist:
https://rapier.rs/docs/user_guides/javascript/colliders#compound-shapes
I found some notes in https://rapier.rs/docs/user_guides/rust/colliders#compound-shapes,
but seems the compound
/ convex_decomposition
methods don't exist in the JavaScript API?