Blender Git Commit Log

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

2 Modified Paths:

/source/blender/hair/intern/HAIR_smoothing.h (+5, -0) (Diff)
/source/blender/hair/intern/HAIR_solver.cpp (+84, -53) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021