mirror of https://github.com/CGAL/cgal
Tiny doc fix
This commit is contained in:
parent
a9082f8575
commit
abd9fa3595
|
|
@ -342,8 +342,8 @@ negative inside the mesh.
|
||||||
|
|
||||||
The following example shows the use of an octree as discretization instead of a %Cartesian grid
|
The following example shows the use of an octree as discretization instead of a %Cartesian grid
|
||||||
for both %Dual Contouring and Marching Cubes. Note that in this configuration, all methods
|
for both %Dual Contouring and Marching Cubes. Note that in this configuration, all methods
|
||||||
lose guarantees, and cracks can easily appear in the surface if the octree is not adapted
|
lose guarantees, and cracks can easily appear in the surface for Marching Cubes if the octree
|
||||||
to the surface being extracted.
|
is not adapted to the surface being extracted.
|
||||||
|
|
||||||
\cgalExample{Isosurfacing_3/contouring_octree.cpp}
|
\cgalExample{Isosurfacing_3/contouring_octree.cpp}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue