rustgd / collision-rs

A collision extension to cgmath
Apache License 2.0
125 stars 24 forks source link

Issues TOI intersection test #71

Open msiglreith opened 6 years ago

msiglreith commented 6 years ago

Changing the height value in the test will result in a fail, even though it shouldn't affect the impact time imo.

Rhuagh commented 6 years ago

Hmm, yeah, it affects it for some reason. I don't rightly understand why at this point.

Rhuagh commented 6 years ago

I've attempted to understand this and so far I'm failing to understand

Rhuagh commented 6 years ago

I believe I understand why this is failing now. The core issue is that the simplex isn't cleared when advancing the hit spot along the ray.