jannessm / quadric-mesh-simplification

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

Update README.md #1

Closed bimsarapathiraja closed 4 years ago

bimsarapathiraja commented 4 years ago

In the README.md under Usage,

from quad_mesh_simplify import simplify_mesh

is shown. It is wrong and the corrected version should be

from quad_mesh_simplify.simplify import simplify_mesh

I am doing this because that error wasted a lot of time but I really admire your implementation.

jannessm commented 4 years ago

This project is still not completely verified to work. Once this is done, my wish is that it can be imported like I wrote in the README ;). Until then you are totally right!