meshpro / optimesh

:spider_web: Mesh optimization, mesh smoothing.
578 stars 56 forks source link

Is density-preserving ODT still available? #97

Closed montehoover closed 2 years ago

montehoover commented 2 years ago

The README mentions a density-preserving variant of ODT being available (--method odt-dp-fp), but when calling from the command line I get the following error: optimesh: error: argument --method/-m: invalid choice: 'odt-dp-fp'

Is the density-preserving ODT variant still available?

nschloe commented 2 years ago

No, it's no longer available. There was a bug that messes with density-preservation, and I haven't looked into it yet, so I've removed the method for now. You could simply try Laplace smoothing.