Closed bimsarapathiraja closed 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.
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!
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.