You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Loop-cgal is a Python package for mesh processing operations using the CGAL (Co
8
8
- Current features:
9
9
- clipping of 3D triangular surfaces
10
10
- Future features:
11
-
- Marching cubes algorithm for isosurface extraction
11
+
- Marching cubes algorithm for isosurface extraction
12
12
- Boolean operations on marching cube meshes.
13
13
14
14
## Installation
@@ -48,4 +48,4 @@ To install dependencies using [vcpkg](https://vcpkg.io/):
48
48
```
49
49
3. Set the `VCPKG_ROOT` environment variable to point to your vcpkg installation directory.
50
50
4. Set the `CMAKE_ARGS` to include `-DCMAKE_TOOLCHAIN_FILE` and `-DVCPKG_ROOT` e.g. CMAKE_ARGS="-DCMAKE_TOOLCHAIN_FILE=$Env:VCPKG_ROOT\scripts\buildsystems\vcpkg.cmake -DVCPKG_ROOT=$Env:VCPKG_ROOT"
51
-
4. Proceed with the build and installation steps as described above.
51
+
4. Proceed with the build and installation steps as described above.
0 commit comments