jannessm / quadric-mesh-simplification

Fast python implementation of the quadric mesh simplification algorithm from http://mgarland.org/files/papers/quadrics.pdf
MIT License
103 stars 10 forks source link

Maximum error #3

Closed FreakTheMighty closed 4 years ago

FreakTheMighty commented 4 years ago

It would be great to support a maximum error parameter. Ideally we can say, “decimate this mesh to n faces, but don’t remove any faces then produce error greater than x threshold.”

This would allow a more aggressive face target, while maintaining a particular level of quality.

jannessm commented 4 years ago

Hey. This is a great feature. Due to the application of my implementation, I was focussing on the node reduction, only ;).