Displacement Shader to Scalar: Difference between revisions
Jump to navigation
Jump to search
Created page with "'''Node Description and Purpose:'''<br /> The Displacement shader to scalar node extracts the displacement generated by the connected shader, and returns the dot product of that ..." |
mNo edit summary |
||
| Line 1: | Line 1: | ||
'''Node Description and Purpose:'''<br /> | '''Node Description and Purpose:'''<br /> | ||
The Displacement shader to scalar node extracts the displacement generated by the connected shader, and returns the dot product of that displacement vector and the current normal. Effectively this is the amount of displacement in the direction of the current normal. It may be positive or negative. | The Displacement shader to scalar node extracts the displacement generated by the connected shader, and returns the dot product (inner product) of that displacement vector and the current normal. Effectively this is the amount of displacement in the direction of the current normal. It may be positive or negative. | ||
Revision as of 03:50, 7 December 2013
Node Description and Purpose:
The Displacement shader to scalar node extracts the displacement generated by the connected shader, and returns the dot product (inner product) of that displacement vector and the current normal. Effectively this is the amount of displacement in the direction of the current normal. It may be positive or negative.
Node Type: Function
Settings:
This node has no other settings apart from the Input node.