Exemplo n.º 1
0
 private void UpdateConstraints()
 {
     // Method name explains it all.
     for (int i = 0; i < 1; i++)
     {
         ConstraintSolver.Update(_myVerlets, _myVerlets[0].TimeStep);
     }
 }