Blender Git Loki
Git Commits -> Revision f98d388
Revision f98d388 by Lukas Toenne (master) January 20, 2015, 08:29 (GMT) |
Extended line/face collision near-check, to allow for distance margins. The original BLI method for line/triangle intersection returns false in case the line does not actually intersect, but in order to generate repulsion forces we need to also handle contacts inside the margin. |
Commit Details:
Full Hash: f98d388fd3b6225101692de994d64955557b3be5
Parent Commit: dbf7840
Lines Changed: +68, -21