You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A particle should not belong to more than one rigid body at a time.
But this isn't actually true. Rigid clusters appear to enforce shape-matching constraints, and it is often the case that it is useful for particles to participate in several such constraints (see, e.g., flexExtSoft.cpp's NvFlexExtCreateSoftFromMesh which adds each particles to, potentially, 2-3 clusters, if I understand correctly).
I suggest that this note be removed and the documentation be improved to indicate that SetRigid establishes a shape matching constraint, and that particles may belong to several constraints at once.
The text was updated successfully, but these errors were encountered:
At NvFlex.h:692, a note says:
But this isn't actually true. Rigid clusters appear to enforce shape-matching constraints, and it is often the case that it is useful for particles to participate in several such constraints (see, e.g., flexExtSoft.cpp's NvFlexExtCreateSoftFromMesh which adds each particles to, potentially, 2-3 clusters, if I understand correctly).
I suggest that this note be removed and the documentation be improved to indicate that
SetRigid
establishes a shape matching constraint, and that particles may belong to several constraints at once.The text was updated successfully, but these errors were encountered: