I have a directional light coming from outside the house. However, the light gets through on the intersection between boxes. How do I solve this? Please help! I’m using fiber and drei.
Thanks so much.
shadow-normalBias={0.1} and
shadow-bias={0.0004} worked for me.
The double side wasn’t the one.
I also had to make sure that no meshes overlap each other.
You need a ground there with receiveShadow set to true. Also make sure the directional Light and the renderer have shadows enabled!
thanks a ton






