falloff

 

 

Calculates falloff factor based on the input Value, Falloff Start and Falloff End.

If Input Value is smaller than Falloff Start, output Result is 1.0.

If Input Value is greater than Falloff End, output Result is 0.0.

If Input Value is between Falloff Start and Falloff End, output Result will be between 1.0 and 0.0.

 

 

[Inputs]

 

#Value - Value for which falloff will be computed.

 

Falloff Start - Follow start value.

 

Falloff End - Falloff end value.

 

Invert Result - Inverts Result.

 

Scale Invert - Scales Result.

 

[Outputs]

 

Result - The result value.