Description
Simulates a single position over time using Verlet integration. It is recommended to use SpringInterp instead as it is more accurate and stable, and has more meaningful parameters.
Information
| Plugin | RigVM |
| Category | Simulation|Springs |
| Tags | Simulate,Integrate |
| Type | FRigVMFunction_VerletIntegrateVector |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Target | The target value to interpolate / integrate towards | Vector | (X=0.000000,Y=0.000000,Z=0.000000) |
| Strength | The strength of the verlet spring | float | 64.000000 |
| Damp | The amount of damping to apply ( 0.0 to 1.0, but usually really low like 0.005 ) | float | 0.010000 |
| Blend | The amount of blending to apply per second | float | 5.000000 |
| Force | The force feeding into the solver. Can be used for gravity. | Vector | (X=0.000000,Y=0.000000,Z=0.000000) |