Opciones de material#

Referencia

Panel:

Propiedades ‣ Material ‣ Opciones

Descartar caras traseras#

Descartar caras traseras ocultará la parte posterior de las caras.

Modo de fundido#

After calculating the color of a surface, the blend mode defines how it is added to the color buffer. Depending on this, the final color will be different.

Nota

Alpha Blending is considered a «Transparent» blend mode and has implications regarding screen space effects.

Opaco

The previous color will be overwritten by the surface color. The alpha component is ignored. This is the fastest option.

Recortar usando alfa

The previous color will be overwritten by the surface color, but only if the alpha value is above the Clip Threshold value.

Difuminar usando alfa

The previous color will be overwritten by the surface color, but only if the alpha value is above a random clip threshold. This statistical approach is noisy but is able to approximate alpha blending without any sorting problem. Increasing the sample count in the render settings will reduce the resulting noise.

Fundir usando alfa

Use alpha blending to overlay the surface color on top of the previous color.

Problema de ordenamiento#

When writing to the color buffer using transparent blend modes, the order in which the color blending happens is important as it can change the final output color. As of now EEVEE does not support per-fragment (pixel) sorting or per-triangle sorting. Only per-object sorting is available and is automatically done on all transparent surfaces based on object origin.

Nota

Per-object sorting has a performance cost and having thousands of these objects in a scene will greatly degrade performance.

Mostrar cara trasera

If enabled, all transparent fragments will be rendered. If disabled, only the front-most surface fragments will be rendered. Disable this option to ensure correct appearance of transparency from any point of view. When using Alpha Blending this option should be disabled because with Alpha Blending, the order in which triangles are sorted is important.

Modo de sombras#

Type of shadows used for a transparent surface. EEVEE does not support colored shadow maps.

Half transparent shadows can be produced by using hashed transparent shadows and a larger Soft value on the shadow map.

Nota

This option does not change the behavior of contact shadows which are traced using the depth buffer. If the material is writing to the depth buffer (in other words, if the blend mode is set to either Opaque, Alpha Clip or Alpha Hashed), contact shadows will be cast by the surface material regardless of the Transparent Shadow type.

Ninguno

The surface will not cast any shadow.

Opaco

The surface will cast shadows like an opaque surface.

Recortar usando alfa

The surface will cast shadows like an opaque surface, but only areas where the alpha value is above the Clip Threshold value.

Difuminar usando alfa

The surface will cast shadows like an opaque surface, but only areas where the alpha value is above a random threshold.

Umbral de recorte#

Threshold value for Alpha Clip mode in Blend Mode and Shadow Mode.

Screen Space Refraction#

Enabling Screen Space Refraction on a surface means that refraction BSDFs will do a ray trace against the depth buffer to find the most accurate refracted color. This has a big performance cost if the surface covers a lot of pixels.

Las reflexiones en espacio de la pantalla y la oclusión ambiental no son compatibles con la refracción en espacio de pantalla; serán desactivadas en las superficies que las usen. Las superficies que usen refracción en espacio de la pantalla no aparecerán las reflexiones en espacio de la pantalla en el lugar correcto. Las superficies que usen refracción en espacio de la pantalla no proyectarán oclusión ambiental sobre otras superficies.

If this option is disabled or if the Screen Space Refraction ray tracing fails, the refracted ray will use the color of the nearest probe.

Screen Space Refraction

Enables screen space refraction.

Profundidad de refracción

If Refraction Depth is not 0.0, all refraction BSDFs in the shader will act as if the object is a thin slab of the refraction material having this thickness. This will model a second refraction event that will double the absorption color and start the refraction ray after this second event.

This option greatly increases the quality of thin glass objects.

Translucidez subsuperficial#

EEVEE’s Subsurface Scattering algorithm works by blurring the irradiance in screen space. This means that if no visible part of the surface is lit, the effect disappears.

However, true Subsurface Scattering goes beneath the surface and can travel a large distance. This is why a human ear lit from behind appears red on the front side.

That is what this effect mimics. This translucency approximation only works with lights that have shadow maps and only on Subsurface BSDFs (not the Translucency BSDFs). It does not work with indirect lighting. The soft parameter of the shadow maps also affects this effect.

Identificador en pasada#

Número de identificador para la pasada de procesamiento Identificador de material. Ésta podrá ser usada para enmascarar un material que, luego, podrá ser leído mediante el nodo ID a máscara en el editor de Nodos de composición.

Nota

Los objetos volumétricos no son soportados.