bevy_xpbd
bevy_xpbd copied to clipboard
~Question~ Can you construct custom collision shapes?
trafficstars
like adding vertices to a list and having that be the shape?
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.