-
Just curious if I should be worried about tunneling issues due to thin walls (like trimesh) with this one. |
Beta Was this translation helpful? Give feedback.
Answered by
Jondolf
May 18, 2025
Replies: 1 comment
-
Convex decompositions are solid, not hollow. Same with convex hulls. Internally, it's just a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rfebbo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Convex decompositions are solid, not hollow. Same with convex hulls.
Internally, it's just a
Compound
ofConvexPolyhedron
shapes computed based on the decomposition given by the VHACD algorithm. That stuff is handled by Parry, the collision detection lib that is currently used by both Avian and Rapier.