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

~Question~ Can you construct custom collision shapes? #490

Open
MountainLabsYT opened this issue Aug 15, 2024 · 1 comment
Open

~Question~ Can you construct custom collision shapes? #490

MountainLabsYT opened this issue Aug 15, 2024 · 1 comment
Labels
A-Collision Relates to the broad phase, narrow phase, colliders, or other collision functionality question Further information is requested

Comments

@MountainLabsYT
Copy link

like adding vertices to a list and having that be the shape?

@Aceeri
Copy link
Contributor

Aceeri commented Aug 16, 2024

That'd be a convex hull collider. If it's concave then you'd need to decompose it into multiple convex shapes to approximate it.

@Jondolf Jondolf added question Further information is requested A-Collision Relates to the broad phase, narrow phase, colliders, or other collision functionality labels Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Collision Relates to the broad phase, narrow phase, colliders, or other collision functionality question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants