Small fix of the previous PR: This makes the test for Embree's robust ray intersection feature more robust. Instead of checking a single arbitrary ray for failure without robust mode, we check an entire array of rays. This will more reliably catch any future issues and be more robust to changes in compiler flags or Embree internals.
Small fix of the previous PR: This makes the test for Embree's robust ray intersection feature more robust. Instead of checking a single arbitrary ray for failure without robust mode, we check an entire array of rays. This will more reliably catch any future issues and be more robust to changes in compiler flags or Embree internals.