@@ -55,6 +55,7 @@ Line.prototype = Object.assign( Object.create( Object3D.prototype ), {
sphere.copy( geometry.boundingSphere );
sphere.applyMatrix4( matrixWorld );
+ sphere.radius += precision;
if ( raycaster.ray.intersectsSphere( sphere ) === false ) return;