Blender Git Commit Log
Git Commits -> Revision 161fa5b
Revision 161fa5b by Ish Bosamiya (soc-2021-adaptive-cloth) August 13, 2021, 09:05 (GMT) |
adaptive_cloth: AdaptiveMesh: aspect ratio test when collapsing edge Test to see if the faces generated when collapsing the edge will not meet the aspect ratio criterion. There is a lot more information about which algorithm is used for calculating the aspect ratio in the code comments. A gist of it would be that there many different ways to calculate the aspect ratio of a triangle and each provides a different end result suitable for different needs. This makes it hard to select the right algorithm. |
Commit Details:
Full Hash: 161fa5b4daa8403464caaa8783bbd33067c2d527
Parent Commit: 1a1185b
Lines Changed: +81, -3