Remap
Math
The Remap
node remaps a value between the defined In and Out.
Inputs
InMin (float)
The minimum defined value for the input.
InMax (float)
The maximum defined value for the input.
OutMin (float)
The minimum defined value for the output.
OutMax (float)
The maximum defined value for the output.
Value (float)
The input value to be evaluated and remapped.
Outputs
* (float)
Outputs the remapped value.