Blender Git Loki
Git Commits -> Revision 754e366
Revision 754e366 by Lukas Toenne (hair_system) August 17, 2014, 18:30 (GMT) |
Improved damping calculation. Now actually uses the damping substeps setting. Damping happens as an additional step _after_ the main force calculations. Note that it updates the next.velocity based on the next.velocity itself, unlike the actual semi-implicit Euler step, which works with the previous velocity. This makes damping much more accurate by letting it work with the changed velocities right away before they introduce too much energy into the system. |
Commit Details:
Full Hash: 754e3664daea82be7b1119a121052e582a9b0a77
Parent Commit: 2daac22
Lines Changed: +89, -53