Blender Git Loki
Git Commits -> Revision a210618
Revision a210618 by Lukas Toenne (temp_merge_gooseberry_hair) January 19, 2015, 18:36 (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: a210618913c7c6e7021feaa502a626b4344b3ca8
Parent Commit: a5b72d5
Lines Changed: +239, -36