This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
Description
Takes in a float value and outputs an accumulated value with a customized scale and clamp Takes in a vector value and outputs an accumulated value with a customized scale and clamp Takes in a quaternion value and outputs an accumulated value with a customized scale and clamp
Information
| Plugin | RigVM |
| Category | Simulation|Time |
| Tags | AlphaInterp,Alpha Interpolate,Alpha,Lerp,LinearInterpolate |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Value | The input value to interpolate | float Quat Vector |
0.000000 |
| Scale | The scale to apply to the interpolation | float |
1.000000 |
| Bias | The bias to use for the interpolation | float |
0.000000 |
| bMapRange | If True the input value will be mapped using the min and max range | bool |
False |
| InRange | The minimum and maximum for the input range | Input Range |
(Min=0.000000,Max=1.000000) |
| OutRange | The minimum and maximum for the output range | Input Range |
(Min=0.000000,Max=1.000000) |
| bClampResult | If True the output value will be clamped by the min and max | bool |
False |
| ClampMin | The minimum for the output's clamp range | float |
0.000000 |
| ClampMax | The maximum for the output's clamp range | float |
1.000000 |
| bInterpResult | If True to the output result will be further intepolated | bool |
False |
| InterpSpeedIncreasing | The output interpolation increasing speed | float |
10.000000 |
| InterpSpeedDecreasing | The output interpolation decreasing speed | float |
10.000000 |