原理化BSDF#

混合着色器节点。

The Principled BSDF that combines multiple layers into a single easy to use node. It can model a wide variety of materials.

It is based on the OpenPBR Surface shading model, and provides parameters compatible with similar PBR shaders found in other software, such as the Disney and Standard Surface models. Image textures painted or baked from software like Substance Painter may be directly linked to the corresponding input in this shader.

#

The base layer is a mix between metal, diffuse, subsurface, and transmission components. Most materials will use one of these components, though it is possible to smoothly mix between them.

../../../_images/render_shader-nodes_principled_layers.svg

The metal component is opaque and only reflect lights. Diffuse is fully opaque, while subsurface also involves light scattering just below the surface. Both diffuse and subsurface sit below a specular layer. The transmission component includes both specular reflection and refraction.

On top of all base layers there is an optional glossy coat. And finally the sheen layer sits on top of all other layers, to add fuzz or dust.

Light emission can also be added. Light emits from below the coat and sheen layers, to model for example emissive displays with a coat or dust.

输入#

基础色

Overall color of the material used for diffuse, subsurface, metal and transmission.

../../../_images/render_shader-nodes_shader_principled-base-color.webp

相同基础色用于不同材质类型#

粗糙度

Specifies microfacet roughness of the surface for specular reflection and transmission. A value of 0.0 gives a perfectly sharp reflection, while 1.0 gives a diffuse reflection.

../../../_images/render_shader-nodes_shader_principled-roughness.webp

粗糙度位于 0.0 至 1.0 之间#

金属度

Blends between a dielectric and metallic material model. At 0.0 the material consists of a diffuse or transmissive base layer, with a specular reflection layer on top. A value of 1.0 gives a fully specular reflection tinted with the base color, without diffuse reflection or transmission.

../../../_images/render_shader-nodes_shader_principled-metallic.webp

金属度位于 0.0 至 1.0 之间#

IOR

Index of refraction (IOR) for specular reflection and transmission. For most materials, the IOR is between 1.0 (vacuum and air) and 4.0 (germanium). The default value of 1.5 is a good approximation for glass.

../../../_images/render_shader-nodes_shader_principled-ior.webp

IOR 位于 1.0 至 2.0 之间#

Alpha

控制表面的透明度,数值设定为1.0时,表面完全不透明。通常连接到 "图像纹理" 着色器节点的Alpha输出接口。

../../../_images/render_shader-nodes_shader_principled-alpha.webp

Alpha 位于 0.0 至 1.0 之间#

法向

控制基础图层的法线方向。

次表面#

Subsurface scattering is used to render materials such as skin, milk and wax. Light scatters below the surface to create a soft appearance.

方法

Rendering method to simulate Subsurface scattering.

克里斯坦森-伯利:

基于物理的体积散射的近似值。此方法不如 随机游走 准确,但是,在某些情况下,此方法将更快地解决噪声。

随机游走:

Cycles Only Provides accurate results for thin and curved objects. Random Walk uses true volumetric scattering inside the mesh, which means that it works best for closed meshes. Overlapping faces and holes in the mesh can cause problems.

随机游走(皮肤):

Cycles Only Random walk method optimized for skin rendering. The radius is automatically adjusted based on the color texture, and the subsurface entry direction uses a mix of diffuse and specular transmission with custom IOR. This tends to retain greater surface detail and color and matches measured skin more closely.

权重

Blend between diffuse surface and subsurface scattering. Typically should be zero or one (either fully diffuse or subsurface).

../../../_images/render_shader-nodes_shader_principled-subsurface-weight.webp

权重位于 0.0 至 1.0 之间#

半径

光散射到表面下方的平均距离。较高的半径可以使外观更柔和,因为光线会流入阴影区域并穿过物体。散射距离是针对RGB通道单独指定的,对于具有较强红光散射的面板材质,渲染效果较佳。X,Y和Z的数值会分别映射到R,G和B的值。

../../../_images/render_shader-nodes_shader_principled-subsurface-radius.webp

半径位于白色到红色之间#

比例|缩放

应用于半径的缩放值。

../../../_images/render_shader-nodes_shader_principled-subsurface-scale.webp

缩放位于 0 cm 至 50 cm 之间#

IOR 仅 Cycles

Index of refraction (IOR) used for rays that enter the subsurface component. This may be set to a different value than the global IOR to simulate different layers of skin.

../../../_images/render_shader-nodes_shader_principled-subsurface-ior.webp

IOR 位于 1.0 至 2.0 之间#

各向异性 仅Cycles

Directionality of volume scattering within the subsurface medium. Zero scatters uniformly in all directions, with higher values scattering more strongly forward. For example, skin has been measured to have an anisotropy of 0.8.

../../../_images/render_shader-nodes_shader_principled-subsurface-anisotropy.webp

各向异性位于 0.0 至 1.0 之间#

镜面反射#

Controls for both the metallic component and specular layer on top of diffuse and subsurface.

分布

要使用的微面分布。

GGX:

A method that is faster than Multiple-scattering GGX but is less physically accurate.

多重散射GGX:

Takes multiple scattering events between microfacets into account. This gives more energy conserving results, which would otherwise be visible as excessive darkening.

折射率等级

Adjustment to the IOR to increase or decrease intensity of the specular layer. 0.5 means no adjustment, 0 removes all reflections, 1 doubles them at normal incidence.

This input is designed for conveniently texturing the IOR and amount of specular reflection.

../../../_images/render_shader-nodes_shader_principled-specular-ior-level.webp

IOR 等级位于 0.0 到 1.0 之间#

染色

Color tint for specular and metallic reflection.

For non-metallic tints provides artistic control over the color specular reflections at normal incidence, while grazing reflections remain white. In reality non-metallic specular reflection is fully white.

For metallic materials tints the edges to simulate complex IOR as found in materials such as gold or copper.

../../../_images/render_shader-nodes_shader_principled-specular-tint.webp

染色位于白色到黄色之间#

各向异性过滤 仅适用于Cycles引擎

镜面反射的各向异性量。较高的设定值可提供沿切线方向的细长高光;设定为负值则会给出垂直于切线方向的高光。

../../../_images/render_shader-nodes_shader_principled-specular-anisotropic.webp

各向异性过滤位于 0.0 至 1.0 之间#

各向异性旋转 仅适用于Cycles引擎

旋转各向异性的方向,取值为1.0时,旋转一周。

各向异性 BSDF 着色器节点不同,该节点的高光延伸方向会旋转90°。可通过增加0.25的旋转值进行更正。

../../../_images/render_shader-nodes_shader_principled-specular-anisotropic-rotation.webp

各向异性旋转位于 0.0 至 1.0 之间#

切向(正切)

Controls the tangent direction for anisotropy.

透射#

Transmission is used to render materials like glass and liquids, where the surface both reflects light and transmits it into the interior of the object

权重

Mix between fully opaque surface at zero and fully transmissive at one.

../../../_images/render_shader-nodes_shader_principled-transmission-weight.webp

权重位于 0.0 至 1.0 之间#

涂层#

Coat on top of the materials, to simulate for example a clearcoat, lacquer or car paint.

权重

Controls the intensity of the coat layer, both the reflection and the tinting. Typically should be zero or one for physically-based materials, but may be textured to vary the amount of coating across the surface.

../../../_images/render_shader-nodes_shader_principled-coat-weight.webp

权重位于 0.0 至 1.0 之间#

粗糙度

涂层的粗糙度。

../../../_images/render_shader-nodes_shader_principled-coat-roughness.webp

粗糙度位于 0.0 至 1.0 之间#

IOR

Index of refraction (IOR) of the coat layer. Affects its reflectivity as well as the falloff of coat tinting.

../../../_images/render_shader-nodes_shader_principled-coat-ior.webp

IOR 位于 1.0 至 2.0 之间#

染色

Adds a colored tint to the coat layer by modeling absorption in the layer. Saturation increases at shallower angles, as the light travels farther through the medium, depending on the IOR.

../../../_images/render_shader-nodes_shader_principled-coat-tint.webp

染色位于白色到蓝色之间#

法向

Controls the normals of the Coat layer, for example to add a smooth coating on a rough surface.

光泽#

Sheen simulates very small fibers on the surface. For cloth this adds a soft velvet like reflection near edges. It can also be used to simulate dust on arbitrary materials.

权重

控制光泽层的强度。

../../../_images/render_shader-nodes_shader_principled-sheen-weight.webp

权重位于 0.0 至 1.0 之间#

粗糙度

边缘光泽的粗糙度。

../../../_images/render_shader-nodes_shader_principled-sheen-roughness.webp

粗糙度位于 0.0 至 1.0 之间#

染色

边缘光泽的颜色。

../../../_images/render_shader-nodes_shader_principled-sheen-tint.webp

染色位于白色到绿色之间。#

自发光(发射)#

来自表面的自发光。

颜色

表面自发光的颜色。

../../../_images/render_shader-nodes_shader_principled-emission-color.webp

自发光颜色变化#

强度

Strength of the emitted light. A value of 1.0 ensures that the object in the image has the exact same color as the Emission Color, i.e. make it 'shadeless'.

../../../_images/render_shader-nodes_shader_principled-emission-strength.webp

强度位于 0.0 至 10.0 之间#

输出#

BSDF

标准着色器输出。