Smooth Step
Outputs a smooth remapping from low-high to 0-1.
Parameter Types
Parameter descriptions
InThe input value to remap.
LowThe low end value of the input range; the default value is
0.0.HighThe high end value of the input range; the default value is
1.0.
Discussion
The Smooth Step node outputs a smooth remapping using Hermite interpolation. Any input with a value lower than the Low parameter results in an output of 0. Any input with a value higher than the High parameter results in an output of 1.