Blender Git Loki
Git Commits -> Revision d91a4cd
Revision d91a4cd by Lukas Toenne (master) January 20, 2015, 08:29 (GMT) |
Optimized matrix filling using the Eigen triplets method. Otherwise the construction of matrices becomes very slow for larger vertex counts because adding a new element is O(n), making it O(n^2) in total. |
Commit Details:
Full Hash: d91a4cd1a18f6986984b18fe7ee94f8d999baad6
Parent Commit: e55d114
Lines Changed: +86, -45