Updated Linear Spring.md (markdown)
commited
commit
c28c2fa0c6e6fa03c914d02f6e60b3424324e052
... | ... | @@ -4,7 +4,7 @@ Makes the constraint springy, like a car's suspension. |
4 | 4 | |
5 | 5 | Inputs: |
6 | 6 | |
7 | * Constraint: This script must use the output of an [[add constraint]] script. |
|
7 | * Constraint: This script must use the output of an [[add constraint]] script. This can be done directly (connect the two by a wire), or the script can be connected to a constraint variable or list.
|
|
8 | 8 | * Stiffness: A vector value. Determines the amount of force that that will be used to "spring" the objects towards their original positions. |
9 | 9 | * Damping: A vector value. Acts as a kind of "drag" so that objects will not spring continually. |
10 | 10 |