ProtoFlux:Remap1101: Difference between revisions

From Resonite Wiki
Added flux node and rudimentary explanations.
 
m YoshBot moved page ProtoFlux:Remap 11 01 to ProtoFlux:Remap1101: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:32, 21 August 2025

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.