Blender Git Loki
Git Commits -> Revision 070214b
Revision 070214b by Lukas Toenne (temp_merge_gooseberry_hair) January 19, 2015, 17:07 (GMT) |
Proper implementation of angular bending springs including jacobian derivatives for stabilization. The bending forces are based on a simplified torsion model where each neighboring point of a vertex creates a force toward a local goal. This can be extended later by defining the goals in a local curve frame, so that natural hair shapes other than perfectly straight hair are supported. Calculating the jacobians for the bending forces analytically proved quite difficult and doesn't work yet, so the fallback method for now is a straightforward finite difference method. This works very well and is not too costly. Even the original paper ("Artistic Simulation of Curly Hair") suggests this approach. |
Commit Details:
Full Hash: 070214b408b3adc0178f95ba37844436a957e171
Parent Commit: 1dbb4bc
Lines Changed: +362, -44