I built a tunnel using CSG Objects to test the light diffusion effect of SDFGI, and when I adjusted the Bounce Feedback value to 1 or greater, the tunnel kept getting brighter and brighter, while the interior of other buildings loaded from GLB was still darker.
This is expected, as high Bounce Feedback values will result in infinite feedback loop as described by the property’s description. This is particularly the case when you have bright materials in the scene (pure white albedo is a worst case scenario for this). The default value of 0.5 generally avoids this issue in pretty much all situations, so it’s recommended to stick to that.
If you need SDFGI to be brighter, increase Energy or add more lights/emissive materials to the scene.
I believe the default albedo color isn’t the same between CSG (which uses the fallback 3D material) and an imported glTF scene (which uses the material defined in the glTF, including the Blender default which is generally a bit darker).
A darker material will result in less bounced light.
As for your second example, the openings in the room are relatively small, so there isn’t much space for SDFGI to bounce light in. For situations like this, you’ll probably want to add an OmniLight inside the room to simulate some bounced light.
You can check what SDFGI “sees” in your scene using the SDFGI Cascades debug draw mode in the 3D viewport’s Perspective menu (it’s in the Display Advanced submenu).
I just seem to have discovered a new issue: Omnilight has a negative property that works fine in the editor when opened, but instead glows in the actual game.