See:
Do the boxes need to be transparent? If so then you’ll need to use alpha blending (.transparent = true) instead of material.transmission for the windows, or a use different opacity technique like .alphaHash for the boxes.
See:
Do the boxes need to be transparent? If so then you’ll need to use alpha blending (.transparent = true) instead of material.transmission for the windows, or a use different opacity technique like .alphaHash for the boxes.