bevy_xpbd icon indicating copy to clipboard operation
bevy_xpbd copied to clipboard

~Question~ Can you construct custom collision shapes?

Open MountainLabz opened this issue 1 year ago • 1 comments
trafficstars

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

MountainLabz avatar Aug 15 '24 22:08 MountainLabz

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.

Aceeri avatar Aug 16 '24 22:08 Aceeri