The frustum of the shadow camera is too tight. You have to increase the respective properties, e.g.:
light.shadow.camera.top = 20;
light.shadow.camera.bottom = - 20;
light.shadow.camera.left = - 20;
light.shadow.camera.right = 20;
The frustum of the shadow camera is too tight. You have to increase the respective properties, e.g.:
light.shadow.camera.top = 20;
light.shadow.camera.bottom = - 20;
light.shadow.camera.left = - 20;
light.shadow.camera.right = 20;