Isosurface
An isosurface is a three-dimensional analog of an
The term isoline is also sometimes used for domains of more than 3 dimensions.[1]

Applications
Isosurfaces are normally displayed using
In
Numerous other disciplines that are interested in three-dimensional data often use isosurfaces to obtain information about pharmacology, chemistry, geophysics and meteorology.
Implementation algorithms
Marching cubes
The
Asymptotic decider
The asymptotic decider algorithm was developed as an extension to marching cubes in order to resolve the possibility of ambiguity in it.
Marching tetrahedra
The marching tetrahedra algorithm was developed as an extension to marching cubes in order to solve an ambiguity in that algorithm and to create higher quality output surface.
Surface nets
The Surface Nets algorithm places an intersecting vertex in the middle of a volume voxel instead of at the edges, leading to a smoother output surface.
Dual contouring
The dual contouring algorithm was first published in the 2002 SIGGRAPH proceedings by Ju and Losasso,[3] developed as an extension to both surface nets and marching cubes. It retains a dual vertex within the voxel but no longer at the center. Dual contouring leverages the position and normal of where the surface crosses the edges of a voxel to interpolate the position of the dual vertex within the voxel. This has the benefit of retaining sharp or smooth surfaces where surface nets often look blocky or incorrectly beveled.[4] Dual contouring often uses surface generation that leverages octrees as an optimization to adapt the number of triangles in output to the complexity of the surface.
Manifold dual contouring
Manifold dual contouring includes an analysis of the octree neighborhood to maintain continuity of the manifold surface [5][6][7]
Examples
Examples of isosurfaces are 'Metaballs' or 'blobby objects' used in 3D visualisation. A more general way to construct an isosurface is to use the function representation.
Gallery
-
Surface of constant pressure.
-
Surface with shading information varying across it to convey rain column height.
-
Multiple surfaces of constant temperature, with normal vectors added to each surface.
-
Surfaces of constant intensity, with color shading linked to intensity to permit conveying information about the contours of varying intensity fields.
See also
- Isopotential
- Triangulation (geometry)
- Implicit surface
- Volume rendering
References
- ^ "Hamilton–Jacobi equation", Wikipedia, 2020-12-06, retrieved 2020-12-14
- ^ William E. Lorensen, Harvey E. Cline: Marching Cubes: A high resolution 3D surface construction algorithm. In: Computer Graphics, Vol. 21, Nr. 4, July 1987
- ^ Tao Ju, Frank Losasso, Scott Schaefer, Joe Warren: Dual Contouring of Hermite Data. Archived 2017-09-18 at the Wayback Machine In: ACM Transactions on Graphics, Volume 21 Issue 3, July 2002
- ^ "Smooth Voxel Terrain (Part 2)". 12 July 2012.
- ^ Scott Schaefer, Tao Ju, Joe Warren (2006). "Manifold Dual Contouring" (PDF).
{{cite web}}
: CS1 maint: multiple names: authors list (link) - ^ Lin X (30 Dec 2015). Manifold Dual Contouring. Archived from the original on 11 September 2020. Retrieved 28 April 2020.
- ^ Lin X (23 Oct 2016). "Github Repository - isosurface". GitHub.
- Charles D. Hansen; Chris R. Johnson (2004). Visualization Handbook. Academic Press. pp. 7–11. ISBN 978-0-12-387582-2.
External links
- Isosurface Polygonization
- The contourist package for numeric python generates triangulations of isosurfaces for arbitrary 3 dimensional functions which can be displayed using HTML5 as illustrated in this jsfiddle