Skip to content

Commit 1156001

Browse files
committed
add dual contours
1 parent 091e182 commit 1156001

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Algorithms included:
99
* [Marching Tetrahedra](https://en.wikipedia.org/wiki/Marching_tetrahedra)
1010
* [Marching Cubes](https://en.wikipedia.org/wiki/Marching_cubes)
1111
* [Naive Surface Nets](https://0fps.net/2012/07/12/smooth-voxel-terrain-part-2/)
12+
* [Dual Contours](https://en.wikipedia.org/wiki/Isosurface#Dual_Contouring)
1213

1314
## Interface
1415

@@ -44,6 +45,7 @@ Three meshing algorithms exist:
4445
* `MarchingCubes()`
4546
* `MarchingTetrahedra()`
4647
* `NaiveSurfaceNets()`
48+
* `DualContours()`
4749

4850
Each takes an optional `iso` and `eps` parameter, e.g. `MarchingCubes(0.0,1e-6)`.
4951

0 commit comments

Comments
 (0)