Hi,
I have a scene where I basically have a box and a directional light in it. All of the walls of the box are static, except for one wall, which is dynamic (the red wall) and should be moved at runtime.
What I want is the box to be completely dark from the inside. I managed to do this for some parts. The only problem I’m having is that the light from the directional light goes through the dynamic wall as soon as I set the indirect intensity of it > 0. You can see the box from the outside and a camera placed inside of it, showing that the inside of the box is lit.
So my question is: How can I keep the box completely dark from the inside, while having a directional light outside with intensity and indirect intensity > 0?
Thank you in advance