Godlike / Arion

Real-time oriented 3d collision detection library
MIT License
3 stars 1 forks source link

GJK endless loops #10

Open ilia-glushchenko opened 6 years ago

ilia-glushchenko commented 6 years ago

With sphere-box collision with the precision of 1e-4 and box-box collision with the precision of 1e-10 GJK sometimes gets itself into the endless loop. Currently, there is an endless loop detection workaround. However, an investigation is needed, in order to remove the source of the problem, or otherwise find and describe the precise reason for it.

ilia-glushchenko commented 6 years ago

This issue was partially addressed in https://github.com/Godlike/Pegasus/issues/80