Blender Git Loki
Git Commits -> Revision 55a5351
Revision 55a5351 by Lukas Toenne (master) January 20, 2015, 08:29 (GMT) |
First stage of implementing moving frames of reference for hair/cloth. This adds transformations for each hair from world to "root space". Currently positions and velocities are simply transformed for the solver data and inverse-transformed when copying the results back to the cloth data. This way the hair movement becomes independent from the movement of the emitter object. Eventually the "fictitious" forces originating from emitter movement can be added back in a controlled way. http://en.wikipedia.org/wiki/Fictitious_force Ignoring these fictitious forces or scaling their effect is physically correct, because in the absence of external forces the hair will always return to rest position in this root frame. External forces currently are not yet transformed into the root space. |
Commit Details:
Full Hash: 55a5351a03712503fc8e56952456751fdf9b7ac2
Parent Commit: d496b30
Lines Changed: +86, -13