ProtoFlux:Remap 11 01

From Resonite Wiki
Revision as of 20:25, 27 May 2024 by Decoy (talk | contribs) (Added flux node and rudimentary explanations.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Remap11_01
Value
*
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.

Examples of Remap11_01 being used.