Hi!
I'm converting an asset to VDB but some geos have no thickness (non-watertight). I remember seing some node/option to deal with those geos. It would give it thickness in a smart way... Know anything about this?
-Olivier
VDB from Polygons: non-watertight geos?
1312 7 3- olivierth
- Member
- 1075 posts
- Joined: April 2017
- Offline
- Enivob
- Member
- 2625 posts
- Joined: June 2008
- Offline
- CYTE
- Member
- 708 posts
- Joined: Feb. 2017
- Offline
Geo seal by momme is a valid option:
https://momme.gumroad.com/l/geoseal?layout=profile [momme.gumroad.com]
Cheers
CYTE
https://momme.gumroad.com/l/geoseal?layout=profile [momme.gumroad.com]
Cheers
CYTE
- edward
- Member
- 7871 posts
- Joined: July 2005
- Offline
- edward
- Member
- 7871 posts
- Joined: July 2005
- Offline
- lewis_T
- Member
- 250 posts
- Joined: March 2013
- Offline
Vdb topology SDF will reconstruct the data, but it will be larger in size.
The trick is to appply a reshape SDF and erode 1-1.5, convert VDB to poly and us negative ISO offset values.
then you can do another VDB from polygons, from a nice watertight piece of geo, this setup of steps will get you
very close to the original source mesh.
The trick is to appply a reshape SDF and erode 1-1.5, convert VDB to poly and us negative ISO offset values.
then you can do another VDB from polygons, from a nice watertight piece of geo, this setup of steps will get you
very close to the original source mesh.
I'm not lying, I'm writing fiction with my mouth.
- olivierth
- Member
- 1075 posts
- Joined: April 2017
- Offline
- jbudsberg
- Member
- 92 posts
- Joined: Aug. 2010
- Offline
In production, we get open surfaces from Modeling often. The common practice is to convert the mesh to an unsigned distance field prior to converting to a signed distance field.
I have an example in the Houdini example file https://www.openvdb.org/download/ [www.openvdb.org] Look for /obj/example_levelset/extruded_sdf
I have an example in the Houdini example file https://www.openvdb.org/download/ [www.openvdb.org] Look for /obj/example_levelset/extruded_sdf
Edited by jbudsberg - April 10, 2024 13:02:11
-
- Quick Links