World Settings

The world environment can emit light, ranging from a single solid color to arbitrary textures.

In EEVEE, the world lighting contribution is stored into an internal Light Probe. This makes the lighting less precise than Cycles.

Passo de névoa

Reference

Panel:

Ambiente (Mundo) ‣ Passo de névoa

Nota

The mist pass must be enabled in the View Layer tab of the Properties Editor before the settings below are available in the World tab.

Mist can greatly enhance the illusion of depth in your rendering. To create mist, Blender generates a render layer with a depth map ranging between 0.0 and 1.0 that can be used in the Compositor to generate a mist effect.

Início

The distance from the camera at which the mist starts to fade in.

Profundidade

The distance from Start of the mist, that it fades in over. Objects further from the camera than Start + Depth are completely hidden by the mist.

Decaimento

The curve function that controls the rate of change of the mist’s strength further and further into the distance.

Quadrático(a):

Use o mesmo cálculo como decaimento de luz (\(1\over{x^2}\)) e fornece a transição mais suave do transparente (0.0) ao opaco (1.0).

Linear:

Início mais íngreme que quadrático (\(1\over{x}\)).

Quadrático(a) inverso(a):

Início mais íngreme (\(1\over{\sqrt{x}}\)) e aproxima-se de 1.0 mais rápido que as outras duas funções.

Dica

A visualization can be activated in the Camera ‣ Viewport Display panel.

../../_images/render_cycles_world-settings_mist-example1-BI.jpg

Mist example (blend-file).

Configurações

Reference

Panel:

World ‣ Light Probe

Light Probe

Resolução

The resolution used to store the light from the world. This is equivalent to the resolution for light probe spheres.

Veja também

Light Probe Sphere.

Sun

EEVEE can separate the light from intense light sources (e.g. a sun from an outdoor HDRI) and replace them with a sun light. This increases the quality of the lighting as the internal light probes alone cannot reproduce this type of lighting with enough precision.

Ajuste

If non-zero, the maximum value for world contribution that will be recorded inside the world light probe. The excess contribution is converted to a sun light. This reduces the light bleeding caused by very bright light sources. A value of zero will disable this feature and all lighting will be stored inside the internal light probes.

Ângulo

Angular diameter of the extracted sun light as seen from the Earth.

Use Shadow

Enable shadow casting on the extracted sun light.

Veja também

The shadow properties control the extracted sun shadows. They are exactly the same as for a sun light object. Light Properties.