ProtoFlux:Remap

From Resonite Wiki
Revision as of 19:51, 27 May 2024 by Decoy (talk | contribs) (Added flux node and rudimentary explanations.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Remap
InMin
*
InMax
OutMin
OutMax
Value
Math

The Remap node remaps a value between the defined In and Out.

The node can be either a float or double data type.

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.