Skip to content

How to represent geometry correctly #2351

Discussion options

You must be logged in to vote

Hello,

You correctly identified most of the approaches (Decomposition, SDF, Custom primitive, solver configurations). The main limitation of mesh-mesh contacts is that a single contact point is calculated. (Compared to e.g. box on a plane where 4 contacts are active). Here are a couple more considerations:

  • Decomp with primitives: You may want to take a look at the mug example model from the release folder, decomposition with boxes might work better than stacked cylinders (although there will be some gaps since the coffee cup walls are not parallel)

  • SDF: As far as SDFs go, this a reasonable shape to approximate. If the approach interests you, it would be a good choice as there are trun…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@lyd405121
Comment options

Answer selected by Balint-H
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants