Yeah, that’s exactly right. The distance can be increased but it’s not part of the public API at the moment.
var cameraController = viewer.scene.screenSpaceCameraController;
cameraController._maximumUndergroundPickDistance = 20000.0; // default is 10000.0
2 Likes