Updated Linear Spring.md (markdown)
commited
commit
7764f02f5ee50ace3ca31a1acea3b7b0178f1fa6
... | ... | @@ -1,6 +1,6 @@ |
1 | 1 | Makes the constraint springy, like a car's suspension. |
2 | 2 | |
3 | The [[linear limits]] constraint is necessary because it stores the upper and lower limits between which the objects can move. Adding a linear spring script makes the objects "spring" between these upper and lower limits. To find the perfect "stiffness" and "damping" values for your game, trying copying the ones above and then adjust them until you get the results you were looking for. |
|
3 | The [[linear limits]] constraint is necessary because it stores the upper and lower limits between which the objects can move. Adding a linear spring script makes the objects "spring" between these upper and lower limits. To find the perfect "stiffness" and "damping" values for your game, trying [[copying the ones below|#examples]] and then adjust them until you get the results you were looking for. |
|
4 | 4 | |
5 | 5 | [[/uploads/Linearspring.png]] |
6 | 6 |