You can add bounding distances on top of culling point radius. They are in a manner additional trigger conditions outside the culling points' main radius, like "close", "far" or "very far".
cullingGroup.SetBoundingDistances(new float[] { 0f, 10f, 100f});
Bounding ...