File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1+ OpenVDB:
2+ openvdb/tools/MeshToVolume's meshToVolume takes two
3+ new optional arguments to provide an interior test oracle and an
4+ interior testing methods. These allow the default
5+ outside-flood-fill to be replaced if the actual sidedness can be
6+ known.
7+
8+ LevelSetRebuild includes disabled code that uses this for
9+ resampling levelsets - the original grid is used as the true
10+ sign value. However, due to differences between
11+ polygonalization and trilinear interpolation, it cannot be used
12+ directly. The code is provided so we can learn from this
13+ mistake.
14+
15+ Houdini:
16+ - Added Preserve Holes option to VDB From Polygons that uses the
17+ fast winding oracle to not collapse holes in polygonal geometry.
You can’t perform that action at this time.
0 commit comments