An Improved MC Algorithm

Zhao Ji
Abstract:In the isosurface triangulation algorithm,MC(marching cubes) algorithm is most commonly used, in this paper, the standard MC algorithm is improved. In the standard MC algorithm, according to the 8 vertices' values of voxel,there are 256 states, then these states can be simplified as 15 basic patterns according to the rotations and reflections of each cube. in this paper, the 15 patterns are expanded to 21 patterns, and the median method is used to calculate the normal vector and the coordinates of equivalent points instead of the method of linear interpolation,then the experimental datas are simulated in VRML format. experiments show that, this method reduces the algebraic operations, successfully resolves the problem of black holes in the standard algorithm between adjacent voxels, and improves the clarity and efficiency.
Engineering,Computer Science
What problem does this paper attempt to address?