Blender Git Loki
Git Commits -> Revision 5a06111
Revision 5a06111 by Lukas Toenne (temp_merge_gooseberry_hair) January 19, 2015, 16:55 (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: 5a06111f3347513714c980cc5b51d497023b4315
Parent Commit: f11046c
Lines Changed: +86, -45