Fundamental question: when there are no lights in a scene (in Eevee), where is the illumination coming from?
tnx.
Fundamental question: when there are no lights in a scene (in Eevee), where is the illumination coming from?
tnx.
If i had to guess, World properties tab, thereās ambient light set to 1 by default.
I may have hit that āSolutionā checkbox too fast: on my (2.82a) World Properties tab thereās literally ONLY a āNewā button, no settings per se at all.
So, Iām Searching the Help on āambientā, but so far no luckā¦
The default world has a grey color, so you are getting ambient grey lighting.
So, eevee is ray tracing from every point in the āuniverseā?
Iām not fond of the fact that no World parameters are visible before you āNewā one into existence. After all, the World is always there. The UI should reflect that.
Yeah, I get it, but you gotta have something as the default when nothing is in place. If you want to configure the world, you need to have a world in your scene
Materials are the same way, there is a default grey material so that you can see āsomethingā. if objects were solid black by default, in a solid black world by default, youād get a lot of confused new users.
Eevee uses the world environment and then sorts the lighting coming from the world from each direction, so it averages everything in the top hemisphere to get the average lighting on a face that is pointing up. For a solid color, this is a pretty simple calculation. It isnāt true raytracing, but it does effectively sample the whole environment.
This sampled environmental lighting is the basis lighting for all objects in a scene. I believe it is only overridden by irradiance probes. so if you do an interior scene and you have an HDRI environment, your interior lighting is going to be weirdly broken without the probes.
Oh, itās also effected by the ambient occlusion. The ābent normalsā checkbox changes the direction of the lighting sampled from the world by looking at what direction is occluded and what direction isnāt. It finds the average normal of the un-occluded area, then uses that normal to sample the environment lighting.
Good stuff: thanks for the instruction.