Skip to content
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

./manifold --input input.obj --output output.obj --depth 8 #4

Closed
zyz-notebooks opened this issue Jun 8, 2020 · 5 comments
Closed

Comments

@zyz-notebooks
Copy link

段错误 (核心已转储)
gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0

@hjwdzh
Copy link
Owner

hjwdzh commented Jun 8, 2020

That's interesting, since I have not seen this issue by testing thousands of models. Would you mind sending me the testing data (input.obj) to jingweih@stanford.edu ?

@zyz-notebooks
Copy link
Author

That's interesting, since I have not seen this issue by testing thousands of models. Would you mind sending me the testing data (input.obj) to jingweih@stanford.edu ?

hi, I have solved this problem, but when I use the output watertight mesh for data rendering on PIFU, I have encountered a problem, it seems that the reconstruction of the manifold will destroy the uv mapping, please do you have any suggestions, thank you very much

@hjwdzh
Copy link
Owner

hjwdzh commented Jun 10, 2020

This is not included. However, there is a simple solution for this -- try this function: https://github.com/libigl/libigl/blob/master/include/igl/point_mesh_squared_distance.h

You will be able to find the closest point on the original mesh for each point in the manifold -- from which you can compute the barycentric coordinate and do the interpolation to get the uv.

@hjwdzh hjwdzh closed this as completed Jun 10, 2020
@zhan-xu
Copy link

zhan-xu commented Dec 14, 2020

@zyz-1998 can I ask how did you solve the problem?

@ujjawalcse
Copy link

You can use DataTransfer option in blender to transfer uv from source to destination object.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants