Closed VascoPi closed 2 years ago
Issue with "Chocolate Donut" scene with NS. The issue appears in case if connect two bump nodes.
Fixed BumpMap node.
Revert ShaderNodeBump to the previous implementation using strength.blend(normal_node, bump_node + normal_node) for mixing with normal.
Currently, implementation causes issues after using MATERIAL_INPUT_BASE_NORMAL. related to SDK 2.02.16 RPR-1148
PURPOSE
Issue with "Chocolate Donut" scene with NS. The issue appears in case if connect two bump nodes.
EFFECT OF CHANGE
Fixed BumpMap node.
TECHNICAL STEPS
Revert ShaderNodeBump to the previous implementation using strength.blend(normal_node, bump_node + normal_node) for mixing with normal.
NOTES FOR REVIEWERS
Currently, implementation causes issues after using MATERIAL_INPUT_BASE_NORMAL. related to SDK 2.02.16 RPR-1148