Nút Độ Gồ Ghề (Bump Node)#

Nút Độ Gồ Ghề.

The Bump node generates a perturbed normal from a height texture, for bump mapping. The height value will be sampled at the shading point and two nearby points on the surface to determine the local direction of the normal.

Đầu Vào (Inputs)#

Độ Đậm/Sức Mạnh/Cường Độ (Strength)

Strength of the bump mapping effect, interpolating between no bump mapping and full bump mapping.

Khoảng Cách (Distance)

Multiplier for the height value to control the overall distance for bump mapping.

Chiều Cao (Height)

Scalar value giving the height offset from the surface at the shading point; this is where you plug in textures.

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

Tiêu Chuẩn pháp tuyến/b.thg đầu vào.

Tính Chất (Properties)#

Đảo Nghịch (Invert)

Invert the bump mapping, to displace into the surface instead of out.

Đầu Ra (Outputs)#

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

Đầu ra pháp tuyến chuẩn.

Mẹo

If the Height input is not connected, the node becomes a no-op that outputs its Normal input as is, or defaults to the geometry normal if not connected. Routing a node group input via a no-op Bump node before doing math effectively makes it default to normal.

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

../../../_images/render_shader-nodes_vector_bump_node-setup.png

The above node setup will only bump the diffuse part of the shader, simulating a bumpy diffuse surface coated with a smooth glossy "glaze" layer.

../../../_images/render_shader-nodes_vector_bump_example.jpg