Jump to content

How to avoid double walls created by convertVDB


konstantin magnus

Recommended Posts

I have a point cloud with large open parts and turn this into a VDB from particles.

pc_open.jpg

Logically, but unfortunately I get double walls after meshing it.

pc_double_wall.jpg

Whats the most robust way to get a hollow model from this right away? Even if there are dozens of parts, messy geometry etc.

PC_double_wall.hiplc

Edited by konstantin magnus
Link to comment
Share on other sites

  • 2 weeks later...

i tried this road but i'm stuck:
i am trying to find the borders of the mesh with an attribute (I tried with the curvature and with another silly method, both gives the same results in this case)  and primitiveSplit them so in my mind i would have the big face on one side, the faces at the borders, and the other side of the mesh. The problem is that this method is very dirty and i would need to create a clean seam line. Once you can separate the 2 big faces you can choose the one you prefer based on some parameters (like occlusion maybe?) and reproject it more or less in the position where the original scattered points were. 

The problem is to find a cleaner border edge to use to split the prims. 

maybe there is a good way to find the borders of the original scattered points, I usually count how many neighbours in a radius and use a treshold to filter those particles.. but is not always great, and use those border points to create a line, then extrude and boolean the mesh to split it.

I attach the file if you want to have a look... :/  I'm pretty sure there must be some mathy way of finding those features.

findBorders.hipnc

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...