mirror of
https://github.com/orange-cpp/omath.git
synced 2026-06-09 08:44:35 +00:00
a61d3f20b7
Combines the infinite length raycast hit check into a single condition. This clarifies the logic and avoids redundant checks for early exit in the ray-triangle intersection test, improving performance.