Mesh outer layer of voxel set not representing a distance field #2064
Unanswered
pbarendrecht
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Given a voxel set whose outer layer of voxels does NOT correspond to an isovalue (e.g. the result of subtracting two partially overlapping voxel sets, or similarly, clipping a voxel set to restrict it to a certain region), is it possible to mesh this outer layer?
If we treat such a voxel set as a Boolean voxel set, this should be doable (e.g. using marching cubes and — optionally — subsequent simplification/decimation). Unfortunately, there does not seem to be a
VolumeToMesh
method that does not rely on an isovalue.Beta Was this translation helpful? Give feedback.
All reactions