File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,12 @@ 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
- - Higher-Order ODE Integrator (RK4) For more accurate Velocity, Position, and Acceleration calculations
9
- - Separation of Spring objects from Body objects for more freedom of usage and simpler construction of spring-mass based meshes and structures
10
- - Self-Collisions and collisions with geometric meshes for spring-mass based meshes
11
- - Switching to double-precision mathematics for more precise positions with little to no performance loss
8
+ - Spring Damping
9
+ - Higher-Order ODE Integrator (RK4) For more accurate Velocity, Position, and Acceleration calculations with more computation
10
+ - Lower-Order ODE Integrator (Euler) for less computation but less accuracy
11
+ - Collisions with geometric meshes
12
+ - Switching to double-precision mathematics for more precise positions with little to no performance loss
13
+ - Automatic spring-mass mesh generation from 3D Meshes
12
14
13
15
## Setup
14
16
You can’t perform that action at this time.
0 commit comments