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 guess that the proxy mesh means the mesh I want to project to and queryP means a set of points located inside the shell space. queryF is a set of face id which the query points located in, and queryUV is correspond barycentric coordinates.
But when I call this function, I met a confusing error in Mpzf.h:
The error seems to be raised when the project_to_proxy_mesh function in the corresponding_bc function is called. But I don;t know what happened.
I also don't know what warning messages mean. My test model is 36075.stl in Thingi10k
The text was updated successfully, but these errors were encountered:
Apologies for the delay. I finally got time to work on this, but haven't been able to reproduce it. Could you provide the exact command/code that results in this error?
Judging from the backtrace, it is likely the problem is that the segment or triangle being queried is degenerate. This might happen for the singular points, in which case it should be fallback to some nearest point routine.
But I think I would be able to track it down if I know what is the proxy mesh and reference mesh that cause this?
Hi, I'm sorry to bother you again. I have some questions about the projection operation.
I found that you provide the projection operation in the code, then I found the function
I guess that the proxy mesh means the mesh I want to project to and
queryP
means a set of points located inside the shell space.queryF
is a set of face id which the query points located in, andqueryUV
is correspond barycentric coordinates.But when I call this function, I met a confusing error in
Mpzf.h
:The error seems to be raised when the
project_to_proxy_mesh
function in thecorresponding_bc
function is called. But I don;t know what happened.I also don't know what warning messages mean. My test model is 36075.stl in Thingi10k
The text was updated successfully, but these errors were encountered: