July 24, 2019, 07:51 (GMT) |
Cloth: switch from BM_edge_face_pair() to cloth_remeshing_edge_face_pair() |
July 24, 2019, 07:46 (GMT) |
Cloth: better seam or boundary test |
July 23, 2019, 18:38 (GMT) |
Cloth: collapse correct vertex |
July 23, 2019, 13:26 (GMT) |
Cloth: improved flip checking No longer relies on edge_size_with_vert() which means no longer need to figure out why it returns 100.0f. |
July 23, 2019, 12:21 (GMT) |
Cloth: switch to different method for collapse edges This method is significantly different and does not depend on edge_size_with_vert() which means that there is no error with that size becoming 100.0f. Now need to change flip edges to use the new edge metric method. |
July 23, 2019, 07:08 (GMT) |
Cloth: better edge_size calculation |
July 23, 2019, 06:16 (GMT) |
Cloth: collapse edges debugging statements |
July 22, 2019, 18:23 (GMT) |
Cloth: fix bug in collapse edges When the face is not collapsed, it needs to be removed from the active faces. To prevent a crash, doing a double i-- helps it only get faces which are within the size() and not capacity(). |
July 22, 2019, 14:22 (GMT) |
Cloth: improved updating active faces |
July 21, 2019, 10:33 (GMT) |
Cloth: fix memory leak while finding nearest plane |
July 21, 2019, 10:24 (GMT) |
Cloth: split edges now flips edges for newly created faces |
July 21, 2019, 09:34 (GMT) |
Cloth: obstacle metric implemented |
July 19, 2019, 15:48 (GMT) |
Cloth: added derivative for single value Important for obstacle metric calculation. |
July 19, 2019, 15:10 (GMT) |
Cloth: fix derivative function The matrix was being transposed instead of inversing. |
July 19, 2019, 14:46 (GMT) |
Cloth: initial steps for obstacle metric planes calculation |
July 19, 2019, 09:15 (GMT) |
Cloth: initial steps for obstacle metric |
July 18, 2019, 14:13 (GMT) |
Cloth: added derivative and compression metric support |
July 18, 2019, 12:11 (GMT) |
Cloth: added curvature metric support |
July 18, 2019, 11:03 (GMT) |
Cloth: added eigen decomposition support for 2x2 matrix |
July 18, 2019, 09:19 (GMT) |
Cloth: initial steps towards computing face sizing |
|