parry icon indicating copy to clipboard operation
parry copied to clipboard

Fix infinite loop in `intersection_with_local_plane`

Open ThierryBerger opened this issue 1 year ago • 0 comments

  • Attempt to fix https://github.com/dimforge/parry/issues/215

Only failing test for now

the loop occurs within the 'traversal labelled loop, the 2 if conditions are never true in our case.

image

Wild guess

It seems weird that we have twice the same index in the index_adjacencies list ? But I'm not sure there:

image

ThierryBerger avatar Jul 29 '24 15:07 ThierryBerger