Opciones de entorno

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.

Pasada de niebla

Referencia

Panel:

Entorno ‣ Pasada de niebla

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.

Inicio

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

Profundidad

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.

Decaimiento

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

Cuadrático:

Uses the same calculation as light falloff (\(1\over{x^2}\)) and provides the smoothest transition from transparent (0.0) to opaque (1.0).

Lineal:

Has a steeper start than quadratic (\(1\over{x}\)).

Cuadrático inverso:

Has the steepest start (\(1\over{\sqrt{x}}\)) and approaches 1.0 faster than the other two functions.

Truco

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

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

Mist example (blend-file).

Opciones

Referencia

Panel:

Entorno ‣ Opciones ‣ Sonda de luz

Sonda de luz

Resolución

La resolución usada para almacenar la iluminación del entorno. Es equivalente a la resolución para las sondas de luz de tipo Esfera, en las opciones de la escena.

Ver también

Sonda luz Esfera.

Sol

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.

Umbral

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.

Sombra

Enable shadow casting on the extracted sun light.

Ver también

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