Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow some floating point error when intersecting ray and triangle
I don't know why this is now necessary, but we had some tests failing on Xcode15 (CI was fine). I assume that something changed about how AppleClang does floating point arithmetic, even though I can't find any info on this. Anyway - allowing more floating point error works and the tests are now fine.
- Loading branch information