Revert "Reshuffle applying of solver results a bit to ensure it works exactly"

This reverts commit 4c723eb80e.
This commit is contained in:
2015-03-02 12:18:57 +01:00
parent bc20a745be
commit cea3892813
3 changed files with 2 additions and 1101 deletions

View File

@@ -95,8 +95,7 @@ void BPH_mass_spring_add_constraint_ndof2(struct Implicit_Data *data, int index,
bool BPH_mass_spring_solve_velocities(struct Implicit_Data *data, float dt, struct ImplicitSolverResult *result);
bool BPH_mass_spring_solve_positions(struct Implicit_Data *data, float dt);
void BPH_mass_spring_apply_velocities(struct Implicit_Data *data);
void BPH_mass_spring_apply_positions(struct Implicit_Data *data);
void BPH_mass_spring_apply_result(struct Implicit_Data *data);
/* Clear the force vector at the beginning of the time step */
void BPH_mass_spring_clear_forces(struct Implicit_Data *data);