Blender Git Loki
Git Commits -> Revision d572d60
July 27, 2014, 15:02 (GMT) |
Very basic Semi-implicit Euler integrator for hair particles. The semi-implicit (aka symplectic) Euler integrator is almost as simple as the basic Euler integration, but conserves Energy much better. http://en.wikipedia.org/wiki/Semi-implicit_Euler_method It is the integrator suggested originally in this paper: http://graphics.pixar.com/library/CurlyHairA/paper.pdf |
Commit Details:
Full Hash: d572d60d03844361032087c4d7dbd7c8d9515e38
Parent Commit: 35f4842
Lines Changed: +78, -21
9 Modified Paths:
/source/blender/editors/physics/hair_ops.c (+2, -1) (Diff)
/source/blender/hair/HAIR_capi.cpp (+16, -16) (Diff)
/source/blender/hair/HAIR_capi.h (+1, -0) (Diff)
/source/blender/hair/intern/HAIR_curve.cpp (+3, -2) (Diff)
/source/blender/hair/intern/HAIR_curve.h (+8, -2) (Diff)
/source/blender/hair/intern/HAIR_solver.cpp (+38, -0) (Diff)
/source/blender/hair/intern/HAIR_solver.h (+4, -0) (Diff)
/source/blender/hair/intern/HAIR_types.h (+4, -0) (Diff)
/source/blender/makesdna/DNA_hair_types.h (+2, -0) (Diff)
/source/blender/hair/HAIR_capi.cpp (+16, -16) (Diff)
/source/blender/hair/HAIR_capi.h (+1, -0) (Diff)
/source/blender/hair/intern/HAIR_curve.cpp (+3, -2) (Diff)
/source/blender/hair/intern/HAIR_curve.h (+8, -2) (Diff)
/source/blender/hair/intern/HAIR_solver.cpp (+38, -0) (Diff)
/source/blender/hair/intern/HAIR_solver.h (+4, -0) (Diff)
/source/blender/hair/intern/HAIR_types.h (+4, -0) (Diff)
/source/blender/makesdna/DNA_hair_types.h (+2, -0) (Diff)