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

add max_err feature #5

Closed jannessm closed 4 years ago

jannessm commented 4 years ago

Used changes from #4 to integrate a new parameter that prevents reducing the mesh too heavily.

Also added descriptions to the documentation.