-
Notifications
You must be signed in to change notification settings - Fork 19
Remeshing
Bruno Levy edited this page Aug 2, 2022
·
1 revision
Graphite has several remeshing methods:
-
Remesh smooth: (
Surface/Remesh/remesh smooth
) well adapted to scanned meshes. It generates a curvature-adapted mesh. One specifies the desired number of vertices. In addition, one may tune size adaptation and anisotropy (see image above); -
decimate: (
Surface/Remesh/decimate
) simplifies a dense mesh by snapping the vertices on a grid and merging identical vertices. One can specify the resolution of the grid (nb bins
).
- Graphite surface commands reference
- Geogram programmer's tutorial on remeshing (see also references herein)