Closed artemishenkov closed 1 year ago
weird, it's likely a problem with the HoleFiller::fill(mesh)
, I'll investigate.
Are you using the new-features
branch?
I've determined the root cause of the problem: the hole filling with this model introduces zero area triangles. This issue can likely be resolved using "mollification" (see section 4.5 in this paper), and I'm in the process of implementing it.
@rohan-sawhney thank you for your quick response. So awesome to hear that you are working on it. I am using master branch should I switch to new-features?
The issue isn't resolved yet on master or on new-features. I'll implement the fix on new-features, and then merge to master soon.
@artemishenkov The new-features branch has a fix now, not yet merged into master.
Hi @rohan-sawhney that's awesome thank you for the super quick update. I will update my project soon!
bff.zip Hello, I was trying to unfold mesh in file input_mesh.obj but I've got weird asymmetric result (left and right rectangle holes are the same in 3D mesh but different after flattening) (file output_result.obj).
My code(from bff console project):
I would appreciate any help, thank you.