File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ Harmonic Motion in Unity.
5
5
- This project is still in its ** very** early phase. I plan to make this project into a cloth engine to be used in games and for industrial purposes.
6
6
7
7
## Planned Features
8
- - Spring Damping
9
8
- Higher-Order ODE Integrator (RK4) For more accurate Velocity, Position, and Acceleration calculations with more computation
10
9
- Lower-Order ODE Integrator (Euler) for less computation but less accuracy
11
10
- Collisions with geometric meshes
@@ -55,6 +54,7 @@ Every element in springs is an individual instance of class **Spring**:
55
54
- Rest Length is the length of the spring ` x ` in Hooke's law ` Fs = -kx ` where if x = 0 there is no restorative force ` Fs = 0 ` .
56
55
- Root linked index is the pointmass that is linked to the spring from its root.
57
56
- End linked index is the pointmass that is linked to the spring from its end.
57
+ - Damping Coefficient determines the amount of damping on the spring. 0 means no damping (perfect oscillation).
58
58
59
59
Note: If either of the "linked indices" do not exist, the spring is considered to come from the origin.
60
60
You can’t perform that action at this time.
0 commit comments