We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b8f59e commit 3cc1f51Copy full SHA for 3cc1f51
CHANGELOG.md
@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
### Added
11
12
+Add missing igl functions to enable compas_slicer to drop the `libigl` dependency entirely:
13
+
14
+- `cotmatrix` module: `trimesh_cotmatrix`, `trimesh_cotmatrix_entries`
15
+- grad module: `trimesh_grad` (gradient operator)
16
+- meshing module: `trimesh_cut_mesh`, `trimesh_face_components`
17
+- simplify module: `ramer_douglas_peucker` (polyline simplification)
18
19
### Changed
20
21
### Removed
0 commit comments