Commit Graph

28 Commits

Author SHA1 Message Date
alemuntoni adb799a0a2 fix const correctnes of face/component.h 2021-03-24 19:15:10 +01:00
korialis 37adbd6434 slight mods to isotropic_remeshing 2021-01-09 12:36:35 +01:00
korialis 14239a798a adaptivity over inrad/circumrad, will later add choice for adaptivity field 2020-12-22 19:21:58 +01:00
nico d991f12595 made unique the list of seeds to start from for isotropic remeshing in case of adaptive meshing 2020-12-19 17:23:29 +11:00
korialis c0e4cc9fc8 minor changes to isotropic + update to adaptive strategy 2020-11-27 10:44:04 +01:00
korialis 527953434d bug fix on isotropic remeshing collapse strategy 2020-11-13 15:30:38 +01:00
korialis 8409535255 minor changes in isotropic remesher 2020-11-12 16:38:56 +01:00
korialis d657112c13 relax in isotropic_remeshing colinear clean constraints 2020-04-30 15:30:29 +02:00
alemuntoni 3285c6b1e5 fix some gcc warnings 2020-02-27 16:31:39 +01:00
T.Alderighi cfe695ece3 added clean option in isotropic remeshing and updated the remeshing example 2020-01-17 13:56:13 +01:00
T.Alderighi b584642c84 increased support for not 2-manifold meshes, && not-2-manifold vertices geometric preservance 2020-01-15 19:11:40 +01:00
T.Alderighi 601265e961 fixed unharmful assert catching due to compactfacevector assumptions on face topology 2020-01-13 13:55:25 +01:00
T.Alderighi f2a5f1ef72 minor changes to isotropic remeshing 2020-01-10 10:10:59 +01:00
T.Alderighi 3a15e94e95 improvements to smoothing step 2020-01-08 11:04:09 +01:00
T.Alderighi 9af4312450 minor tweaks on isotropic remesher 2020-01-07 14:26:44 +01:00
T.Alderighi 662950a347 small mods to isotropic remeshing 2020-01-04 17:03:30 +01:00
T.Alderighi 1f75de3df3 fixed creases handling problems on non manifold edges 2019-12-20 14:40:52 +01:00
T.Alderighi 795f5473d6 complete rework of the crease preserving strategy for isotropic_remeshing & removed manifoldness constraint.
Small patch in edge_collapse adding a parameter to do (default=false) for crease information preservation after collapse
Added refineMidpoint in refine to perform midpoint refinement without manifoldness constraints
2019-12-11 16:33:07 +01:00
T.Alderighi 2f45aae20c updates to isotropic remeshing 2019-11-27 17:15:09 +01:00
T.Alderighi 3dd1f38353 fix bug on edgecollapse 2018-08-06 11:15:15 +02:00
T.Alderighi 96a8e0e08f fix bug about angle thresholding 2018-08-06 10:47:06 +02:00
Andrea Maggiordomo ad5183e567 isotropic remeshing: added early face selection check in collapse functions 2018-05-07 10:14:00 +02:00
Paolo Cignoni 42f25c825b factored out old implementation of foreach 2017-08-30 15:58:56 +02:00
Paolo Cignoni 8b49a7803a Added management of selection in laplacian smoothing for remeshing 2017-06-16 11:51:26 +02:00
Paolo Cignoni cc447ec73f Added a implicit parameter and corrected a bug in the management of selection in remeshing 2017-04-12 07:44:28 +02:00
Paolo Cignoni 65c847fede Added option to work only on selected faces to remeshing
added also handy shortcut to avoid creating the projection mesh copy
2017-04-11 19:11:51 +02:00
nico bb0e2950e2 solved several Issues to make it works with double 2017-04-03 10:58:09 +02:00
Paolo Cignoni 79f2fc9e73 Added Isotropic remeshing.
And the correspondent sample
2017-03-22 14:12:40 +01:00