Skip to content
Discussion options

You must be logged in to vote

Hello !

Many parameters influence this behavior. We can start with the ones with direct influence :

  • The LocalMinDistance has two parameters : the alarmDistance and the contactDistance.
    • The contactDistance is a kind of skinning width, the contact doesn't arise at the exact point of the model, but a bit in front. This helps to avoid interpenetration due to numerical noise.
    • The alarmDistance is the distance between objects at which we start to add constraints, even if there is no contact. This parameter is very important because it avoid to miss contact when object are subject to too much forces (might be the case here). Here I find it a bit small with respect to the contactDistance.
    • The c…

Replies: 1 comment 1 reply

Comment options

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

Answer selected by SundaramManickam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #5130 on November 20, 2024 19:42.