Model Simplification through refinement
By: Dmitry Brodsky, Benjamin Watson
Potential Business Impact:
Makes big computer shapes smaller, faster, and better.
As modeling and visualization applications proliferate, there arises a need to simplify large polygonal models at interactive rates. Unfortunately existing polygon mesh simplification algorithms are not well suited for this task because they are either too slow (requiring the simplified model to be pre-computed) or produce models that are too poor in quality. These shortcomings become particularly acute when models are extremely large. We present an algorithm suitable for simplification of large models at interactive speeds. The algorithm is fast and can guarantee displayable results within a given time limit. Results also have good quality. Inspired by splitting algorithms from vector quantization literature, we simplify models in reverse, beginning with an extremely coarse approximation and refining it. Approximations of surface curvature guide the simplification process. Previously produced simplifications can be further refined by using them as input to the algorithm.
Similar Papers
Semiautomatic Simplification
Graphics
Makes 3D models simpler while keeping important parts.
A Fast Unsupervised Scheme for Polygonal Approximation
Graphics
Makes shapes simpler without losing important details.
PaMO: Parallel Mesh Optimization for Intersection-Free Low-Poly Modeling on the GPU
Graphics
Makes 3D models simpler and faster for games.