bevy_rapier icon indicating copy to clipboard operation
bevy_rapier copied to clipboard

Docs which reference Parry types 404

Open ssbr opened this issue 4 years ago • 0 comments

For example: https://docs.rs/bevy_rapier3d/latest/bevy_rapier3d/prelude/type.ContactManifold.html

links to:

https://docs.rs/parry/0.1.1/parry3d/query/contact_manifolds/contact_manifold/struct.ContactManifold.html

which is a 404.

It's hard to understand how to use this part of Rapier as a result: I got here from wanting to know how to use ContactPair::manifolds, for example.

Workaround: manually google for the Parry docs. In this case: https://docs.rs/parry3d/latest/parry3d/query/struct.ContactManifold.html

ssbr avatar Mar 02 '22 21:03 ssbr