Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.16 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.16 KB

Mesh Simplification with Quadirc Errors

I implemented a surface simplification algorithm which produces high quality approximations of polygonal meshes. It uses iterative contractions of vertex pairs which minimize a quadric error metric, to produce simplified meshes with high resemblance to the original. Based on the paper by M. Garland et al.

Sample Results

We decimate edges to reduce the number of faces in these three examples. The number of faces is each shape is mentioned.

A cow 5500 -> 1500 -> 500 -> 200

A bunny 1000 -> 500 -> 200 -> 50

Beloved Homer Simpson 10200 -> 5000 -> 1000 -> 200