Blender Git Loki
Git Commits -> Revision 926a674
Revision 926a674 by Lukas Toenne (master) January 20, 2015, 08:30 (GMT) |
Main solver step for generating a divergence-free hair velocity field on the grid. This uses the Eigen conjugate-gradient solver to solve the implicit Poisson equation for the pressure Laplacian: div(grad(p)) = div(v) As described in "Detail Preserving Continuum Simulation of Straight Hair" (McAdams, Selle, 2009). Conflicts: source/blender/physics/intern/BPH_mass_spring.cpp |
Commit Details:
Full Hash: 926a674fe804a2ac802650c9fe7b82618addc9a7
Parent Commit: 7740b16
Lines Changed: +239, -36