-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use manifold's own support for snapping edges
- change `is_smooth()` back to `is_manifold()` and make it specifically for models that do their main operation with a `Manifold` object - change `SnapEdges` to check if the original model `is_manifold()` and then use the `calculate_normals()` function to snap edges - switch between generating arrays from either the manifold or the trimesh depending on whether the original `is_manifold()` - ditch `minimum_area` as it only works with trimesh and is kind of ugly anyway - don't merge vertices with different UVs and normals in `Repair` anymore
- Loading branch information
1 parent
74da7c2
commit 66a750c
Showing
5 changed files
with
84 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.