ProtoFlux:Value Constant Lerp: Difference between revisions

From Resonite Wiki
m 989onan moved page ProtoFlux:Constant Lerp Value to ProtoFlux:Value Constant Lerp: Misspelled title: Value Constant Lerp
Filled in this node page.
Line 5: Line 5:
[
[
{"Name":"Input", "Type":"Dummy"},
{"Name":"Input", "Type":"Dummy"},
{"Name": "Speed", "Type": "Dummy"}
{"Name": "Speed", "Type": "float"}
]
]
|Outputs=
|Outputs=
Line 13: Line 13:
|}}
|}}


{{Stub}}
The '''Constant Lerp''' node takes in an input value and the speed of which it lerps linearly towards, then returns the value over time.
 
== Inputs ==
 
=== Input (Pseudo-Generic) ===
 
The value we want to lerp towards.
 
=== Speed ([[Type:float|float]]) ===
 
How fast the lerp should be.
 
== Outputs ==
 
=== * (Pseudo-Generic) ===
 
Returns the value currently being lerped.


[[Category:ProtoFlux:Math:Interpolation]]
[[Category:ProtoFlux:Math:Interpolation]]

Revision as of 23:37, 1 July 2024

Constant Lerp
Input
*
Speed
Interpolation

The Constant Lerp node takes in an input value and the speed of which it lerps linearly towards, then returns the value over time.

Inputs

Input (Pseudo-Generic)

The value we want to lerp towards.

Speed (float)

How fast the lerp should be.

Outputs

* (Pseudo-Generic)

Returns the value currently being lerped.