struct Depsgraph Depsgraph
void SIM_cloth_solver_set_volume(struct ClothModifierData *clmd)
void SIM_mass_spring_set_implicit_vertex_mass(struct Implicit_Data *data, int index, float mass)
int SIM_mass_spring_solver_numvert(struct Implicit_Data *id)
int SIM_cloth_solve(struct Depsgraph *depsgraph, struct Object *ob, float frame, struct ClothModifierData *clmd, struct ListBase *effectors)
@ SIM_SOLVER_INVALID_INPUT
@ SIM_SOLVER_NUMERICAL_ISSUE
@ SIM_SOLVER_NO_CONVERGENCE
void SIM_mass_spring_solver_free(struct Implicit_Data *id)
int SIM_cloth_solver_init(struct Object *ob, struct ClothModifierData *clmd)
void SIM_cloth_solver_set_positions(struct ClothModifierData *clmd)
struct Implicit_Data * SIM_mass_spring_solver_create(int numverts, int numsprings)
void SIM_cloth_solver_free(struct ClothModifierData *clmd)
const Depsgraph * depsgraph