Skip to content

Commit

Permalink
Add pendingchanges for this commit.
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Lait <jlait@andorra.sidefx.com>
  • Loading branch information
jmlait committed Jul 18, 2023
1 parent 321d2b3 commit 1bd822e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pendingchanges/hollowmesh.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
OpenVDB:
openvdb/tools/MeshToVolume's meshToVolume takes two
new optional arguments to provide an interior test oracle and an
interior testing methods. These allow the default
outside-flood-fill to be replaced if the actual sidedness can be
known.

LevelSetRebuild includes disabled code that uses this for
resampling levelsets - the original grid is used as the true
sign value. However, due to differences between
polygonalization and trilinear interpolation, it cannot be used
directly. The code is provided so we can learn from this
mistake.

Houdini:
- Added Preserve Holes option to VDB From Polygons that uses the
fast winding oracle to not collapse holes in polygonal geometry.

0 comments on commit 1bd822e

Please sign in to comment.