Nodos soportados¶
Most nodes are taken from Cycles. However, some features are missing and may (or may not) be implemented in EEVEE in the future.
Ver también
Nodos exclusivos de EEVEE¶
Estos nodos sólo estarán disponibles cuando EEVEE sea el motor de procesamiento activo. Estos nodos no funcionarán con Cycles.
Sombreador a RVA¶
EEVEE supports the conversion of BSDF outputs into color inputs to make a wide variety of custom shading. This is supported using the Shader to RGB node. This node evaluates the lighting of the BSDFs connected to it just like a Blended material and inherits its limitation.
BSDF Especular¶
This node implements the specular workflow found in other render engines.
Soporte para otros nodos¶
If something is not listed here, it is supported.
Nodos de sombreado¶
In the general case, shader nodes should behave more or less like in Cycles. So be sure to check out the Cycles section of this manual for that.
Ver también
Although most BSDFs are supported, many of them are approximations and are not feature complete.
- BSDF Difuso
Roughness is not supported. Only Lambertian diffusion is supported.
- BSDF Vidrio / BSDF Refractivo
Only supports GGX and Multiscatter GGX distribution. See Raytracing limitations.
- BSDF Reflectivo
Only supports GGX and Multiscatter GGX distributions.
- Transluminiscencia (SSS)
Random Walk sampling, IOR and Anisotropic are not supported.
- BSDF Transparente
Colored and additive transparency are only compatible with blended modes.
- BSDF Translúcido
Does not diffuse the light inside the object. It only lights the object with reversed normals.
- BSDF Principista
Limitaciones acumulativas de los sombreadores BSDF Difuso, BSDF Reflectivo, BSDF Refractivo y Transluminiscencia. La anisotropía no está soportada. La capa de Brillo reflectivo es una aproximación cruda.
- Absorción volumétrica
See Volume Limitation.
- Dispersión volumétrica
The anisotropy parameter will be mixed and averaged for all overlapping volumetric objects, which is not physically correct and differs from Cycles. Also see Volume Limitation.
- Volumen Principista
Same as Volume Scatter. See Volume Limitation.
- Hueco
Partially supported, using dithered mode may give incorrect results.
- BSDF Anisótropo
No soportado.
- BSDF Dibujo animado
No soportado.
- BSDF Pelo
No soportado.
- BSDF Brillo tangencial
No soportado.
- BSDF Pelo Principista
No soportado.
Nodos de entrada¶
- Oclusión ambiental
The Only Local option is not supported.
- Geometría
Pointiness is not supported.
- Aleatorio por isla
Random per Island is not supported.
- Atributo
Defaults to active UV layer. Only «density», «color», «flame» and «temperature» built-in Geometry attributes are supported. UVs and Color Attributes are supported. Only up to 8 Object or Instancer attributes per material (both types share the same limit), and 512 View Layer attributes per scene are supported.
- Biselar
No soportado.
- Información de curvas
The Random output uses a different RNG algorithm. Range and statistical distribution of the values should be the same but the values will be different.
- Trayectoria de rayo
EEVEE no utiliza el concepto real de rayos. Aún así, para facilitar el flujo de trabajo entre Cycles e EEVEE existe un soporte de algunos de los tipos de salidas de este nodo, para algunos casos específicos. Este nodo permitirá retocar la iluminación indirecta en el sombreador.
Es rayo de cámara: Soportado.
Es rayo de sombra: Soportado.
Is Diffuse: Set to 1.0 when baking light probe volume. Otherwise is set to 0.0.
Is Glossy: Set to 1.0 when baking light probe sphere or plane. Otherwise is set to 0.0.
Es rayo singular: No soportado. Produce el mismo resultado que Es rayo difuminado.
Es rayo de reflexión: No soportado. Produce el mismo resultado que Es rayo difuminado.
Es rayo de transmisión: No soportado. Produce el mismo resultado que Es rayo difuminado.
Longitud del rayo: No soportado. Produce un valor de 1.0.
Ray Depth: Not supported. Defaults to 0.0.
Diffuse Depth: Partially supported. Set to 1.0 when baking light probe volume. Otherwise is set to 0.0.
Glossy Depth: Partially supported. Set to 1.0 when baking light probe sphere or plane. Otherwise is set to 0.0.
Profundidad de transparencia: No soportado. Produce un valor de 0.
Profundidad de transmisión: No soportado. Igual que Profundidad de difuminación.
Nota
Es rayo difuminado no funcionará con las Reflexiones/Refracciones en espacio de pantalla, pero sí lo hará con planos de reflexión (usados con reflexiones en espacio de pantalla o no).
- Información de partículas
No soportado.
- Coordenadas de texturizado
From Instancer is not supported.
- Mapa UV
From Instancer is not supported.
- Estructura
Pixel size option does not give exactly the same output as Cycles. The width can be a bit different.
Nodos de texturizado¶
Most texture nodes are supported except for the exceptions listed below:
- IES
No soportado.
- Imagen
Smart Interpolation always uses Cubic interpolation. Artifact present using Tube or Sphere projection with linear interpolation. This is due to hardware mip-mapping and Anisotropic filtering. This kind of artifact will be also visible if the texture coordinates provided are not continuous. Using Box projection with Extend type set to Clip or Extend is not supported. Instead, it will always use Repeat.
- Point Density
No soportado.
- Sky Texture
In Nishita mode, the Sun Disc property is not supported.
Otros nodos¶
- Decaimiento de las luces
No soportado.