I recently experimented with the parameters in this code snippet but did not see any visible changes. The values for directionalLight.shadowCameraVisible, directionalLight.shadowCameraLeft, directionalLight.shadowCameraRight, directionalLight.shadowCameraBottom, and directionalLight.shadowCameraTop were altered without effect.
directionalLight.shadowCameraVisible = true;
directionalLight.shadowCameraLeft = 1000;
directionalLight.shadowCameraRight = 1000;
directionalLight.shadowCameraBottom = 1000;
directionalLight.shadowCameraTop = 1000;
I am curious if there are additional settings that may be influencing the outcome. Can anyone explain the functionality of these parameters or point me towards helpful resources?
The documentation does not provide much clarity on the matter. Any advice would be greatly appreciated!