Blender Git Loki
Git Commits -> Revision a1582db
Revision a1582db by Lukas Toenne (temp_merge_gooseberry_hair) January 19, 2015, 16:43 (GMT) |
Preparation for collision code fixing. Instead of handling contact tests and collision response in the same function in collision.c, first generate contact points and return them as a list, then free at the end of the stepping function. This way the contact response can be integrated into the conjugate gradient method properly instead of using the hackish and unstable double evaluation that is currently used. |
Commit Details:
Full Hash: a1582db211d76399162ef6ef466fbe10aa1041e3
Parent Commit: a18e650
Lines Changed: +167, -1