A naive implementation of triangle mesh decimation.
A naive implementation of triangle mesh decimation.
This project is the school project Mesh Decimation of course Advanced Computational Geometry given by
Shimin Hu, Tsinghua University.
This project implements the algorithm based on the following paper:
@inproceedings{garland1997surface,
title={Surface simplification using quadric error metrics},
author={Garland, Michael and Heckbert, Paul S},
booktitle={Proceedings of the 24th annual conference on Computer graphics and interactive techniques},
pages={209--216},
year={1997},
organization={ACM Press/Addison-Wesley Publishing Co.}
}