Blender Git Loki
Git Commits -> Revision 854600a
Revision 854600a by Lukas Toenne (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) September 5, 2014, 10:48 (GMT) |
Alternative new solver for cloth using the Eigen CG solver instead of a custom built solver. The old cloth solver is broken unfortunately. Eigen is a designated linear algebra library and very likely their implementation is a lot better (can't compare until it's implemented though). Only basic gravity is active atm, spring forces, external force fields, damping and volumetric friction have to be added back by converting the data into the Eigen format. |
Commit Details:
Full Hash: 854600aeed5d53736b8e009ae08c8872875aaa25
Parent Commit: f3be91c
Lines Changed: +1007, -1
1 Added Path:
/source/blender/blenkernel/intern/implicit_eigen.cpp (+999, -0) (View)