Diffuse BSDF#

Diffuse BSDF node.

The Diffuse BSDF node is used to add Lambertian and Oren-Nayar diffuse reflection.

輸入#

色彩

Color of the surface, or physically speaking, the probability that light is reflected or transmitted for each wavelength.

Roughness Cycles Only

Surface roughness; 0.0 gives standard Lambertian reflection, higher values activate the Oren-Nayar BSDF.

Normal

Normal used for shading; if nothing is connected the default shading normal is used.

屬性#

這個節點沒有屬性。

輸出#

BSDF

Standard shader output.

範例#

../../../_images/render_shader-nodes_shader_diffuse_example.jpg

Lambertian reflection.#

../../../_images/render_shader-nodes_shader_diffuse_behavior.svg

Diffuse shader behavior.#

../../../_images/render_shader-nodes_shader_diffuse_example-oren-nayar.jpg

Oren-Nayar reflection.#