Blender Git Commit Log
Git Commits -> Revision 176ed5b
Revision 176ed5b by Mai Lavelle (master) April 13, 2015, 09:17 (GMT) |
Fix hair random rotation limited to 180 degrees The issue was caused by phase being limited from 0 to 1, which gave only 0..M_PI distribution which is not good enough for good randomness. Now the phase is being randomized across full 0..2*M_PI range. |
Commit Details:
Full Hash: 176ed5bfe280ef2151f93c0940d54498aaf00d71
Parent Commit: 6fbf05f
Committed By: Sergey Sharybin
Lines Changed: +11, -3