Blender Git Loki
Git Commits -> Revision 13e5e55
Revision 13e5e55 by Germano Cavalcante (master) February 13, 2020, 14:09 (GMT) |
Cloth: Optimization in self collision 15% to 20% improvement in cloth simulation performance with self-collision. The idea is to reduce the number of collisions computed by avoiding overlapping tris with the same combination (eg. (1,0) and (0,1)). Reviewed By: zeddb Differential Revision: https://developer.blender.org/D6474 |
Commit Details:
Full Hash: 13e5e55f3f4da42e3a648542441a3c35cae6d12b
Parent Commit: 6022cd0
Lines Changed: +119, -66
1 Modified Path:
/source/blender/blenkernel/intern/collision.c (+119, -66) (Diff)