FDDB especular¶
EEVEE Only
The Specular BSDF combines multiple layers into a single easy to use node.
It is similar to the Principled BSDF node but uses the specular workflow instead of the metallic. It has far fewer parameters and supports less features. Both might be merged into one node in the future.
The specular workflow functions by specifying the facing (along normal) reflection color. The result may not be physically plausible because there is no energy conservation.
Entrades¶
- Color base
Diffuse surface color. For conductor materials (metals) it should be black.
- Especular
Amount of specular reflection. Specifies facing (along normal) reflectivity. Conductor materials (metals) can have colored specular reflection.
Suggeriment
Per a calcular aquest valor per a un material realista amb un índex de refracció conegut, podeu utilitzar aquest cas especial de la fórmula Fresnel: \(especular = ((ior - 1)/(ior + 1))^2\)
Per exemple:
aigua: ior = 1,33, especular = 0,02
vidre: ior = 1,5, especular = 0,04
diamant: ior = 2.417, especular = 0,17
- Rugositat
Specifies microfacet roughness of the surface for diffuse and specular reflection.
Suggeriment
When converting from the older Glossy BSDF node, use the square root of the original value.
- Emissive Color
Color of the emitted light. This light is added to the BSDF result.
- Transparency
Transparency factor. This is the inverse of the alpha channel (1 - alpha) you find in an image. Use an Invert node to convert alpha to transparency. This will only have an effect if the material uses a blend mode other than opaque.
- Normal
Controls the normals of the base layers.
- Clear Coat
Extra white specular layer on top of others. This is useful for materials like car paint and the like.
- Clear Coat Roughness:
Roughness of clear coat specular.
- Clear Coat Normal
Controls the normals of the Clear Coat layer.
- Oclusió ambiental
Amount of occlusion to apply to indirect lighting. Usually a bake ambient occlusion map. The final occlusion factor is the minimum of this input and the runtime ambient occlusion effect.
Propietats¶
Aquest node no té cap propietat.
Sortides¶
- BSDF
Standard shader output.