Remap11_01
Math
The Remap 11 01
node remaps a value starting from -1 and ending at 1.
The node can be either a float or double data type.
Explanation
The input starts at -1 and the output starts at 0, and the input ends at 1, with the output being 1.
Essentially, this is treated as input / 2 + 0.5
.
Inputs
Value (float)
The value to remap.
* (float)
Returns the result.