You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am calling signed_distance_to_mesh() to compute the signed distances of a triangle mesh with a uniform sampled volume. However, I find something quite strange when I apply a marching cube to the signed distance: the extracted mesh suffers a significant distortion from the original. The images below show that the signed distances of the left hood may be incorrect.
Original:
Extracted:
The car.obj file and code block are attached to reproduce it.
Hi,
Thanks for your excellent implementation.
I am calling signed_distance_to_mesh() to compute the signed distances of a triangle mesh with a uniform sampled volume. However, I find something quite strange when I apply a marching cube to the signed distance: the extracted mesh suffers a significant distortion from the original. The images below show that the signed distances of the left hood may be incorrect.
Original:
Extracted:
The
car.obj
file and code block are attached to reproduce it.car.obj.zip
The text was updated successfully, but these errors were encountered: