Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ColliderBuilder does not implement Debug #577

Open
snyball opened this issue Jan 13, 2024 · 1 comment
Open

ColliderBuilder does not implement Debug #577

snyball opened this issue Jan 13, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@snyball
Copy link

snyball commented Jan 13, 2024

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

@sebcrozet sebcrozet added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Jan 24, 2024
@sebcrozet
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants