Commit 3207649f authored by Spacerat's avatar Spacerat
Browse files

Update README.md

parent 08fa5a39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ Mesh triangle reduction using quadrics

![img](https://github.com/sp4cerat/Fast-Quadric-Mesh-Simplification/blob/master/screenshot.png?raw=true)

**Summary** Since I couldnt find any code thats fast, memory efficient, free and for high quality, I developed my version of the quadric based edge collapse mesh simplification method. It uses a threshold to determine which triangles to delete, which avoids sorting but might lead to lesser quality. It is about 4x as fast as Meshlab and can simplify 2M -> 30k triangles in 3.5 seconds. Here a comparison of the [results](http://4.bp.blogspot.com/-Vqb8ac6aHPc/U3I-tDop4LI/AAAAAAAAC4g/xxaBFOSq6so/s1600/Clipboard03.png) (The fast method left and the Meshlab result right).
**Summary** Since I couldnt find any code thats fast, memory efficient, free and for high quality, I developed my version of the quadric based edge collapse mesh simplification method. It uses a threshold to determine which triangles to delete, which avoids sorting but might lead to lesser quality. It is about 4x as fast as Meshlab and can simplify 2M -> 30k triangles in 3.5 seconds.

**Alternative Download** [You can fetch the code here](http://voxels.blogspot.jp/2014/05/quadric-mesh-simplification-with-source.html)