- This topic has 2 replies, 3 voices, and was last updated 4 years, 11 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forum › SOFA › Using SOFA › Eliminate collisions between objects
Tagged: 64_bits, Collisions, Linux_mint, Plugin_other, SOFA_1812
Hello,
I am starting to work with SOFA, and I am currently understanding collisions, and I need to eliminate collisions between two objects, which component should I modify to do it? or what do you recomended me?
Dear AndreaOT,
Each collision model such as TTriangleModel (for instance) has a “group” property. This property actually represents the collision group of the collision model as an integer. In your case, you need to assign a different collision group to your object A and object B, because the collision detection is not performed between objects which are not in the same collision group.
Hope it helps.
WARNING
The forum has been moved to GitHub Discussions.
Old topics and replies are kept here as an archive.