Oh, I see. That bright door is probably due to occlusion culling. Occlusion culling makes your scene render more efficiently by hiding not visible objects, but has a one frame delay for processing what’s visible and what not, causing that effect sometimes. Two options: disable occlusion culling (which could decrease performance), or make whatever is behind your geometry (sky or whatever) black.