Node Curve - anticto/Mutable-Documentation GitHub Wiki
Function
Sample a curve asset's channels at the input value.
Use Cases
Control several morphs from a single float parameter at the same time with an arbitrary non-linear dependency between them. Ex: when increasing the float parameter by 0.5, the head morph increases by 0.1, but the body morph increases by 4.9 because of its much steeper curve.
Node Properties
Curve Asset: Curve asset from which the values are sampled. There will be one output per curve in this asset.
Input Pins
Input: Value that defines the point where the curve values are sampled.
Output Pins
Curve (name of channel): Numeric value for the current input point of the curve //name of channel// in the curve asset.