Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ and important information. Observe the output!

- Conversion
- The original mesh is converted to an initial remesh (evolving mesh).
This can be done using either a simiplification or resampling.
This can be done using either a simplification or resampling.
- During resampling, some error messages may appear in the console.
Most errors can be ignored and are just for debugging purposes.

- Remeshing
- The initial remesh can be imporoved using Lloyd relaxation.
- The initial remesh can be improved using Lloyd relaxation.
- Area equalization is also implemented but is unstable
and can lead to flipped or invalid triangles.
- During remeshing, some error messages may appear in the console.
Expand Down