-
Notifications
You must be signed in to change notification settings - Fork 562
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
point_to_mesh_distance returns strange "jumps" in distance #807
Comments
Would you be able to share the mesh file that is causing this issue? |
Here is a link to the used mesh: https://uniaugsburg-my.sharepoint.com/:u:/g/personal/julian_lorenz_uni-a_de/ESAXVkFPQ-xNlEipcrXJjcoBLfyl_CXqIgHLdwnsWAreiQ?e=7H5Ixm The used mesh was converted to the OBJ file format. The original mesh from Kristen Brown can be found here (edit: updated the link) |
Hi @lorjul I can't have access to the first link, just to make sure I'm using the same model can you share it with us? Please contact me at [email protected] |
My bad, sorry, the link was set to expire. Here is an updated link which should work: https://uniaugsburg-my.sharepoint.com/:u:/g/personal/julian_lorenz_uni-a_de/ESAXVkFPQ-xNlEipcrXJjcoBLfyl_CXqIgHLdwnsWAreiQ?e=7H5Ixm |
Hello! I have troubles to get the point_to_mesh_distance function to work. Here is a MWE:
However, the resulting distance field looks way off (I'm especially irritated by the edge in the top part of the image):
Calculating the distance field using trimesh returns the following, which makes much more sense:
What am I doing wrong?
The text was updated successfully, but these errors were encountered: