mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-18 21:34:46 +00:00
a3f315c81b
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.