Blender Git Loki
Git Commits -> Revision df1dcf1
Revision df1dcf1 by Brecht Van Lommel (render25) May 26, 2010, 16:16 (GMT) |
Render Branch: hair collision time stepping test. Not sure this is much better than before but it helps in some cases. It seems to me that without this it is taking 1.5 steps each time instead of 1. The original paper defines vi+1/2 = (xi+1 - xi)/dt, but in our case we already have vi+1 = (xi+1 - xi)/dt ... so there's a conflict here. |
Commit Details:
Full Hash: df1dcf1e68da6afe87afd8a28053b85031c8e474
SVN Revision: 29007
Parent Commit: 228521d
Lines Changed: +11, -0
1 Modified Path:
/source/blender/blenkernel/intern/implicit.c (+11, -0) (Diff)