mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-19 08:18:07 +00:00
Currently the method ray_hits_triangle determines triangles not to be hit by a ray due to an epsilon that is too big. In practice those triangles are hit by those rays. This is fixed by introducing a smaller epsilon.