Source position: orca_scene3d.pas line 2924
function RayCastIntersectsSphere(
const rayStart: TD3Vector;
const rayVector: TD3Vector;
const sphereCenter: TD3Vector;
const sphereRadius: Single
):Boolean;