Blender Git Loki
Git Commits -> Revision 8313735
Revision 8313735 by Lukas Toenne (master) January 20, 2015, 08:29 (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: 83137358c0507a50fea711017c3cee54585c42d5
Parent Commit: 396f7ea
Lines Changed: +1007, -1
1 Added Path:
/source/blender/blenkernel/intern/implicit_eigen.cpp (+999, -0) (View)