rapier icon indicating copy to clipboard operation
rapier copied to clipboard

`ColliderBuilder` does not implement `Debug`

Open snyball opened this issue 1 year ago • 1 comments

The ColliderBuilder struct does not implement Debug, while it is implemented for RigidBodyBuilder, this seems like an oversight.

snyball avatar Jan 13 '24 10:01 snyball

ColliderBuilder currently does not implement Debug mainly because it contains a trait-object for its shape. We could consider implementing Debug for SharedShape in parry by matching on know objects types though.

sebcrozet avatar Jan 24 '24 21:01 sebcrozet