I have inserted a DirectionalLightHelper
into my code to provide lighting for a box. The light source is positioned at coordinates (2,2,1), and there are two boxes located at (0,0,0) and (3,3,3) respectively. Surprisingly, the box at (3,3,3) is also being illuminated by the directionalLight, even though it shouldn't be. I would greatly appreciate any insights or suggestions on how to address this issue.
Image of the Scene