Blender Git Commit Log
Git Commits -> Revision 1cc8f2d
Revision 1cc8f2d by Luca Rood (cloth-improvements) February 1, 2017, 03:17 (GMT) |
Apply all object collisions simultaneously This makes all multi-object collisions be solved simultaneously, as not to give any of them priority over the others (as in the sequential collision solve that was implemented) Note that self collisions have not been integrated, and are instead solved independently after the object collisions. This is so that they don't have to fight against the object collisions, as those are generally more robust, and might cause issues with the self collisions. |
Commit Details:
Full Hash: 1cc8f2d79bbde2645a36fdeee105b8d6175cd359
Parent Commit: fdea8ec
Lines Changed: +27, -24
1 Modified Path:
/source/blender/blenkernel/intern/collision.c (+27, -24) (Diff)