Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Taubin's mesh smoothing algorithm. #26

Open
wants to merge 2 commits into
base: connected-components
Choose a base branch
from

Commits on May 25, 2023

  1. WIP Taubin smoothing.

    Adapted by the Javascript code of mykolalysenko, MIT license.
    https://github.com/mikolalysenko/taubin-smooth/blob/master/smooth.js
    This implementation is not satisfactory. I could not reproduce the
    results of MeshLab, and it has some small instabilities for iter = 50.
    tinevez committed May 25, 2023
    Configuration menu
    Copy the full SHA
    bef1621 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    96ddac0 View commit details
    Browse the repository at this point in the history