BSDF Thủy Tinh (Glass BSDF)#

Glass BSDF node.

The Glass BSDF is used to add a Glass-like shader mixing refraction and reflection at grazing angles. Like the transparent shader, only pure white will make it transparent. The glass shader tends to cause noise due to caustics. Since the Cycles path tracing integrator is not very good at rendering caustics, it helps to combine this with a transparent shader for shadows; for more details see here.

Đầu Vào (Inputs)#

Màu Sắc (Color)

Màu sắc của bề mặt, hoặc về vật lý mà nói, ánh sáng được phản xạ trên mỗi bước sóng.

Độ Nhám/Ráp/Rối (Roughness)

Tác động độ sắc nét của khúc xạ; Hoàn toàn sắc nét tại 0.0. Mịn hơn nếu giá trị cao hơn.

IOR

Index of refraction (IOR) defining how much the ray changes direction. At 1. 0 rays pass straight through like transparent; higher values give more refraction.

Normal (Pháp Tuyến/Bình Thường)

Pháp tuyến sử dụng cho quá trình tô bóng.

Tính Chất (Properties)#

Phân Bổ (Distribution)

Phép phân bổ của các Microfacet để sử dụng.

GGX:

GGX microfacet distribution.

Multiscatter GGX:

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

Beckman (Beckmann):

Duy Cycles (Cycles Only) Beckmann microfacet distribution.

Đầu Ra (Outputs)#

Bidirectional Scattering Distribution Function: Hàm Phân Bổ Tán Xạ Hai Chiều

Đầu ra chuẩn của bộ tô bóng.

Một Số Ví Dụ (Examples)#

../../../_images/render_shader-nodes_shader_glass_example.jpg

Ví dụ về sao chép.#

../../../_images/render_shader-nodes_shader_glass_behavior-sharp.svg

Sharp Glass behavior.#

../../../_images/render_shader-nodes_shader_glass_example-rough.jpg

Ví dụ về sao chép.#

../../../_images/render_shader-nodes_shader_glass_behavior.svg

Rough Glass behavior.#