Quality isosurface mesh generation using an extended marching cubes lookup table

  • Authors:
  • Sundaresan Raman;Rephael Wenger

  • Affiliations:
  • Department of Computer Science and Engineering, The Ohio State U., Columbus, OH;Department of Computer Science and Engineering, The Ohio State U., Columbus, OH

  • Venue:
  • EuroVis'08 Proceedings of the 10th Joint Eurographics / IEEE - VGTC conference on Visualization
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

The Marching Cubes Algorithm may return degenerate, zero area isosurface triangles, and often returns isosurface triangles with small areas, edges or angles. We show how to avoid both problems using an extended Marching Cubes lookup table. As opposed to the conventional Marching Cubes lookup table, the extended lookup table differentiates scalar values equal to the isovalue from scalar values greater than the isovalue. The lookup table has 38 = 6561 entries, based on three possible labels, '-' or '=' or '+', of each cube vertex. We present an algorithm based on this lookup table which returns an isosurface close to the Marching Cubes isosurface, but without any degenerate triangles or any small areas, edges or angles