This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/blenkernel
Lukas Tönne 7a7778d003 Simple initial implementation of angular bending springs.
These are much better suited for creating stiff hair. The previous
bending springs are based on "push" type spring along the hypothenuse
of 3 hair vertices. This sort of spring requires a very large force
in the direction of the spring for any angular effect, and is still
unstable in the equilibrium.

The new bending spring model is based on "target" vectors defined in a
local hair frame, which generates a force perpendicular to the hair
segment. For further details see
"Artistic Simulation of Curly Hair" (Pixar technical memo #12-03a)
or
"A Mass Spring Model for Hair Simulation" (Selle, Lentine, Fedkiw 2008)

Currently the implementation uses a single root frame that is not yet
propagated along the hair, so the resulting rest shape is not very
natural. Also damping and derivatives are still missing.
2015-01-20 09:30:02 +01:00
..
2014-10-29 14:15:21 +01:00
2014-11-23 18:55:52 +01:00
2014-05-14 06:37:56 +10:00
2015-01-14 23:53:39 +11:00
2014-09-10 23:00:24 +10:00
2015-01-20 01:07:12 +11:00
2014-11-23 22:05:24 +01:00
2015-01-07 02:06:37 +11:00
2014-07-21 12:02:05 +02:00
2015-01-09 18:35:32 +01:00
2015-01-07 02:06:37 +11:00
2013-09-18 00:07:17 +00:00
2014-10-09 22:44:03 +02:00