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
Since soft flesh consists of point masses, we select the nearest point mass from a contact point on the mesh, and apply contact force to the point mass. Somehow we gets following error message from ODE LCP solver during contact force solving because of the nearest point mass selection.
ODE Message 3: LCP internal error, s <= 0 (s=0.0000e+00)
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.
Since soft flesh consists of point masses, we select the nearest point mass from a contact point on the mesh, and apply contact force to the point mass. Somehow we gets following error message from ODE LCP solver during contact force solving because of the nearest point mass selection.
The text was updated successfully, but these errors were encountered: