Blender Git Commit Log

Git Commits -> Revision 161fa5b

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

2 Modified Paths:

/source/blender/blenkernel/BKE_cloth_remesh.hh (+3, -0) (Diff)
/source/blender/blenkernel/intern/cloth_remesh.cc (+78, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021